Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] Error running analysis: ITE null

Assuming  you have CDT, what version of CDT?
Some detailed installation instructions are at
http://www.eclipse.org/ptp/docs/install.html

If you are using all of ptp, you need eclipse 3.2.x, CDT 3.1.x, and PTP &
PLDT 1.1

...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., 455 Park Place, Lexington, KY 40511


                                                                           
             Fabio Martinelli                                              
             <fabio.martinelli                                             
             @roma2.infn.it>                                            To 
             Sent by:                  ptp-user@xxxxxxxxxxx                
             ptp-user-bounces@                                          cc 
             eclipse.org                                                   
                                                                   Subject 
                                       [ptp-user] Error running analysis:  
             07/12/2007 03:54          ITE null                            
             AM                                                            
                                                                           
                                                                           
             Please respond to                                             
               PTP User list                                               
             <ptp-user@eclipse                                             
                   .org>                                                   
                                                                           
                                                                           




Hi,

I have installed mpich and eclipse + ptp on Kubuntu, but when I start
eclipse I got:

Error running analysis: ITE null
  cause: java.lang.NoSuchMethodError:
org.eclipse.cdt.core.dom.ast.IASTTranslationUnit.getDeclarations
(Lorg/eclipse/cdt/core/dom/ast/IBinding;)[Lorg/eclipse/cdt/core/dom/ast/IASTName;
 - org.eclipse.cdt.core.dom.ast.IASTTranslationUnit.getDeclarations
(Lorg/eclipse/cdt/core/dom/ast/IBinding;)[Lorg/eclipse/cdt/core/dom/ast/IASTName;

java.lang.NoSuchMethodError:
org.eclipse.cdt.core.dom.ast.IASTTranslationUnit.getDeclarations
(Lorg/eclipse/cdt/core/dom/ast/IBinding;)[Lorg/eclipse/cdt/core/dom/ast/IASTName;

        at org.eclipse.ptp.pldt.common.analysis.PldtAstVisitor.isArtifact
(PldtAstVisitor.java:178)
        at
org.eclipse.ptp.pldt.common.analysis.PldtAstVisitor.processFuncName
(PldtAstVisitor.java:120)
        at org.eclipse.ptp.pldt.mpi.core.analysis.MpiCASTVisitor.visit
(MpiCASTVisitor.java:88)
        at
org.eclipse.cdt.internal.core.dom.parser.c.CASTFunctionCallExpression.accept
(CASTFunctionCallExpression.java:48)
        at
org.eclipse.cdt.internal.core.dom.parser.c.CASTExpressionStatement.accept
(CASTExpressionStatement.java:58)
        at
org.eclipse.cdt.internal.core.dom.parser.c.CASTCompoundStatement.accept
(CASTCompoundStatement.java:68)
        at
org.eclipse.cdt.internal.core.dom.parser.c.CASTFunctionDefinition.accept
(CASTFunctionDefinition.java:96)
        at
org.eclipse.cdt.internal.core.dom.parser.c.CASTTranslationUnit.accept
(CASTTranslationUnit.java:541)
        at
org.eclipse.ptp.pldt.mpi.core.actions.RunAnalyseMPI.doArtifactAnalysis
(RunAnalyseMPI.java:55)
        at org.eclipse.ptp.pldt.common.actions.RunAnalyseBase.analyse
(RunAnalyseBase.java:453)
        at org.eclipse.ptp.pldt.common.actions.RunAnalyseBase.runResource
(RunAnalyseBase.java:363)
        at org.eclipse.ptp.pldt.common.actions.RunAnalyseBase.runResources
(RunAnalyseBase.java:234)
        at org.eclipse.ptp.pldt.common.actions.RunAnalyseBase$1.execute
(RunAnalyseBase.java:153)
        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)


MPI Artifacts doesn't work !

some suggestion?
many thanks
Fabio

(See attached file: fabio.martinelli.vcf)(See attached file: smime.p7s)
_______________________________________________
ptp-user mailing list
ptp-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-user

Attachment: fabio.martinelli.vcf
Description: Binary data

Attachment: smime.p7s
Description: Binary data


Back to the top