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

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(RemoteIndexerTask.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
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 -----


From:

Markus Knauer <mknauer@xxxxxxxxxxxxxxxxx>

To:

EPP Developer Mailing List <epp-dev@xxxxxxxxxxx>

Date:

06/15/2011 03:05 AM

Subject:

[epp-dev] Indigo respin - RC5 EPP packages

Sent by:

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
bug 349105 that made it necessary to rebuild the Indigo common repository and as a consequence all EPP packages. See 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
_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-dev


Back to the top