Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] PLDT Remote Files

yes, I'm using the latest 2.0 build and file was loaded in the editor.

I'll open a bugzilla bug on that as you suggested

Thanks,
Ventsi

Beth Tibbitts wrote:
> No, as far as I know, for now PLDT should only work for local files.
> The upcoming remote development tools should enable exactly this scenario,
> as I understand it.
> Sorry.
>
> Could you open a bugzilla bug on that?
> It should at least complain a bit more gracefully.
> https://bugs.eclipse.org/bugs/enter_bug_wizard.cgi
> If you don't have a bugzilla account, you can create it there.
>
> Thanks!
>
> Assuming you are using the latest 2.0 build (and probably others too) that
> line from the stack trace
> indicates that the translation unit object is empty, which might make sense
> - it creates that from
> the source file.
> Just curious if you ran it on a single file that was loaded into the editor
> or not.
> As opposed to the whole project where most of the files are remote.
> I am wondering if RSE reacts any differently if the file has already been
> pulled into local memory.
>
>
> ..Beth
>
> Beth Tibbitts  (859) 243-4981  (TL 545-4981)
> High Productivity Tools / Parallel Tools  http://eclipse.org/ptp
> IBM T.J.Watson Research Center
> Mailing Address:  IBM Corp., 745 West New Circle Road, Lexington, KY 40511
>
>
>                                                                            
>              "Petkov,                                                      
>              Ventsislav V."                                                
>              <v_petkov@xxxxxx>                                          To 
>              Sent by:                  PTP User list                       
>              ptp-user-bounces@         <ptp-user@xxxxxxxxxxx>              
>              eclipse.org                                                cc 
>                                                                            
>                                                                    Subject 
>              04/02/08 11:55 AM         [ptp-user] PLDT Remote Files        
>                                                                            
>                                                                            
>              Please respond to                                             
>                PTP User list                                               
>              <ptp-user@eclipse                                             
>                    .org>                                                   
>                                                                            
>                                                                            
>
>
>
>
> Hi,
> I have a local project with a remote source folder on a RSE filesystem.
> When I choose the "Show MPI Artifacts" for a file in this remote folder
> I get a NullPointerException.
>
> Error running analysis: ITE: null
>   cause: java.lang.NullPointerException - null
> java.lang.NullPointerException
>         at
> org.eclipse.ptp.pldt.common.actions.RunAnalyseHandlerBase.analyse
> (RunAnalyseHandlerBase.java:465)
>         at
> org.eclipse.ptp.pldt.common.actions.RunAnalyseHandlerBase.runResource
> (RunAnalyseHandlerBase.java:367)
>         at
> org.eclipse.ptp.pldt.common.actions.RunAnalyseHandlerBase.runResources
> (RunAnalyseHandlerBase.java:275)
>         at
> org.eclipse.ptp.pldt.common.actions.RunAnalyseHandlerBase$1.execute
> (RunAnalyseHandlerBase.java:167)
>         at
> org.eclipse.ui.actions.WorkspaceModifyOperation$1.run
> (WorkspaceModifyOperation.java:101)
>         at
> org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1797)
>         at
> org.eclipse.ui.actions.WorkspaceModifyOperation.run
> (WorkspaceModifyOperation.java:113)
>         at
> org.eclipse.jface.operation.ModalContext$ModalContextThread.run
> (ModalContext.java:113)
>
> Are the PLDT working only for local files or there is a way to use them
> also for remote files?
>
> Thanks,
> Ventsi
>
> _______________________________________________
> ptp-user mailing list
> ptp-user@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/ptp-user
>
>
> _______________________________________________
> ptp-user mailing list
> ptp-user@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/ptp-user
>
>   



Back to the top