Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] Respin of epp-parallel package available: RC5

So does this suggest that the RC5 build may have a hidden dependency on something in the plugin-development plugins which is not included in the build?

Al
----- Jay Alameda <jalameda@xxxxxxxxxxxxxxxxx> wrote:
> Dave and Greg,
> 
>  
> 
> I'm fascinated by problems like these because they are so darn strange.
> My interpretation of what Dave wrote - which takes some liberties on
> interpretation, as there are many things not explicitly stated:
> 
>  
> 
> EPP RC5 build - always fails.
> 
> EPP RC5 build + plug in development used to launch new EPP RC5 instance
> (pretending to be running from source, but with no workspace/source) -
> works.
> 
> Unknown version plugin development + head of CVS (Eclipse launched from
> source) - works
> 
> EPP RC4 build - works (most of the time?)
> 
>  
> 
> #2 is particularly interesting, as it seems that perturbing the memory
> environment makes the issue go away (fade in twilight zone music.).
> 
>  
> 
> Jay
> 
>  
> 
>  
> 
> From: ptp-dev-bounces@xxxxxxxxxxx [mailto:ptp-dev-bounces@xxxxxxxxxxx] On
> Behalf Of Greg Watson
> Sent: Wednesday, June 15, 2011 3:21 PM
> To: Parallel Tools Platform general developers
> Subject: Re: [ptp-dev] Respin of epp-parallel package available: RC5
> 
>  
> 
> Dave,
> 
>  
> 
> Just to clarify, when you install RC5 into an existing Eclipse it fails,
> but EPP works?
> 
>  
> 
> Which Eclipse package are you using when you install RC5? Did you install
> RC5 on top of RC4?
> 
>  
> 
> Greg
> 
>  
> 
> On Jun 15, 2011, at 1:58 PM, Dave Wootton wrote:
> 
> 
> 
> 
> 
> I figured I might get a clue why this was failing by installing the plugin
> development environment plugins into the RC5 EPP package and starting an
> Eclipse runtime instance. I have no PTP code in the workspace for my
> runtime instance so should be inheriting everything from my base install.
> I pointed to the same proxy as before. Running a PE app does not
> disconnect the proxy at all, everything works fine. Doing the same thing
> from the base Eclipse fails every single time. 
> 
> Weird. 
> Dave 
> 
> 
> 
> From:        Dave Wootton/Poughkeepsie/IBM@IBMUS 
> To:        Parallel Tools Platform general developers
> <ptp-dev@xxxxxxxxxxx> 
> Date:        06/15/2011 11:54 AM 
> Subject:        Re: [ptp-dev] Respin of epp-parallel package available:
> RC5 
> Sent by:        ptp-dev-bounces@xxxxxxxxxxx 
> 
>   _____  
> 
> 
> 
> 
> Beth 
> I saw this myself once or twice with RC4 and was fine afterwards, but then
> when I used RC5 I get the disconnect every single time and cannot run
> anything. If I use a runtime session with the latest source from HEAD it
> also works fine. I'm not sure why a runtime session works but it appears
> like code in the RC5 build is slightly different from either RC4 or HEAD,
> which also doesn't make much sense. I'm not sure how to track this down. 
> Dave 
> 
> 
> 
> From:        Beth Tibbitts/Watson/IBM@IBMUS 
> To:        Parallel Tools Platform general developers
> <ptp-dev@xxxxxxxxxxx> 
> Date:        06/15/2011 11:12 AM 
> Subject:        Re: [ptp-dev] Respin of epp-parallel package available:
> RC5 
> Sent by:        ptp-dev-bounces@xxxxxxxxxxx 
> 
>   _____  
> 
> 
> 
> 
> > I always get a proxy disconnected popup. The only change I had between
> RC4 and RC5...
> Dave, I think I saw that on my remote testing yesterday afternoon the
> first time i tried to use your new fixed proxy (with our RC4)
> I chalked it up to network idiosyncracies i think and retried and it
> worked.
> 
> 
> ...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
> 
> <Mail Attachment.gif>Dave Wootton---06/15/2011 10:54:16 AM---I tried to
> create a remote project and run a PE application. I found 4 problems 
> 
> 
> <Mail Attachment.gif>
> From: 
> 
> <Mail Attachment.gif>
> Dave Wootton/Poughkeepsie/IBM@IBMUS 
> 
> 
> <Mail Attachment.gif>
> To: 
> 
> <Mail Attachment.gif>
> Parallel Tools Platform general developers <ptp-dev@xxxxxxxxxxx> 
> 
> 
> <Mail Attachment.gif>
> Date: 
> 
> <Mail Attachment.gif>
> 06/15/2011 10:54 AM 
> 
> 
> <Mail Attachment.gif>
> Subject: 
> 
> <Mail Attachment.gif>
> Re: [ptp-dev] Respin of epp-parallel package available: RC5 
> 
> 
> <Mail Attachment.gif>
> Sent by: 
> 
> <Mail Attachment.gif>
> ptp-dev-bounces@xxxxxxxxxxx
> 
>  
> 
>   _____  
> 
> 
> 
> 
> I tried to create a remote project and run a PE application. I found 4
> problems 
> 1) The first time I started the RC5 Eclipse and created a remote project
> Eclipse hung completely for about 2 minutes. I think I had right clicked
> on the executable in my remote project to view properties. I noticed the
> status in the lower right corner said C/.C++ indexer 0 percent for a long
> time and after the hang cleared it switched to DStore server 
> 2) I'm getting the following null pointer exception in the C/C++ indexer 
> java.lang.NullPointerException 
> at
> org.eclipse.ptp.internal.rdt.core.index.RemoteIndexLifecycleService.update
> (RemoteIndexLifecycleService.java:87) 
> at
> org.eclipse.ptp.internal.rdt.core.index.RemoteIndexerTask.run(RemoteIndexe
> rTask.java:88) 
> at
> org.eclipse.cdt.internal.core.pdom.PDOMIndexerJob.run(PDOMIndexerJob.java:
> 137) 
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54) 
> 3) I was getting messages when I ran a PE application that looked similar
> to the build messages we were seeing previously complaining about invalid
> characters in the command and unexpected EOF in input that I was seeing
> when my windows environment variables were being passed across to the
> Linux session. Now I'm not seeing them any more. 
> 4) I start my PE proxy and try to run an application. I always get a proxy
> disconnected popup. The only change I had between RC4 and RC5 was to
> eliminate the setting of the MP_RESD=no environment variable setting to
> fix a problem. I backed that out and nothing changed. I grabbed the lated
> source from HEAD and ran in an Eclipse runtime session pointing to the
> same proxy and had no problem. Are there changes in the resource manager
> code related to PE proxies between RC4 and RC5 or after RC5? Any changes
> in that area or in the org.eclipse.ptp.proxy or org.eclipse.ptp.utils code
> lately? 
> 
> I did attach with gdb to the proxy and it appears the proxy is just
> exiting normally 
> 
> Dave 
> 
> 
> 
> From: Beth Tibbitts/Watson/IBM@IBMUS 
> To: ptp-dev@xxxxxxxxxxx 
> Date: 06/15/2011 07:06 AM 
> Subject: [ptp-dev] Respin of epp-parallel package available: RC5 
> Sent by: ptp-dev-bounces@xxxxxxxxxxx 
> 
>   _____  
> 
> 
> 
> 
> This build is done - pls test and report your findings. 
> 
> ...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
> ----- Forwarded by Beth Tibbitts/Watson/IBM on 06/15/2011 07:03 AM ----- 
> 
> 
> <Mail Attachment.gif>
> From: 
> 
> <Mail Attachment.gif>
> Markus Knauer <mknauer@xxxxxxxxxxxxxxxxx> 
> 
> 
> <Mail Attachment.gif>
> To: 
> 
> <Mail Attachment.gif>
> EPP Developer Mailing List <epp-dev@xxxxxxxxxxx> 
> 
> 
> <Mail Attachment.gif>
> Date: 
> 
> <Mail Attachment.gif>
> 06/15/2011 03:05 AM 
> 
> 
> <Mail Attachment.gif>
> Subject: 
> 
> <Mail Attachment.gif>
> [epp-dev] Indigo respin - RC5 EPP packages 
> 
> 
> <Mail Attachment.gif>
> Sent by: 
> 
> <Mail Attachment.gif>
> epp-dev-bounces@xxxxxxxxxxx
> 
> 
> 
> 
> 
>   _____  
> 
> 
> 
> 
> Since everybody is reading the cross-projects mailing list (you do, don't
> you?) you have seen that there is a severe
> <https://bugs.eclipse.org/bugs/show_bug.cgi?id=349105> bug 349105 that
> made it necessary to rebuild the Indigo common repository and as a
> consequence all EPP packages. See
> <https://bugs.eclipse.org/bugs/show_bug.cgi?id=349267> bug 349267 for a
> general overview of what's going on and how it is coordinated.
> 
> I started a new package build in Hudson
> 
> https://hudson.eclipse.org/hudson/job/indigo.epp-package-build/39/
> 
> and its output can be found here
> 
> http://build.eclipse.org/technology/epp/epp_build/indigo/download/20110615
> -0608/
> 
> When this build is ready and if it is successful, I will ask for testing
> and voting once again.
> 
> Thanks, Markus_______________________________________________
> epp-dev mailing list
> epp-dev@xxxxxxxxxxx
>  <https://dev.eclipse.org/mailman/listinfo/epp-dev>
> https://dev.eclipse.org/mailman/listinfo/epp-dev
> _______________________________________________
> ptp-dev mailing list
> 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>
> https://dev.eclipse.org/mailman/listinfo/ptp-dev
> 
> _______________________________________________
> ptp-dev mailing list
> 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>
> 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