You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oodt.apache.org by Aditya Dhulipala <ad...@usc.edu> on 2015/04/06 07:16:50 UTC

Question about working of cas-pge framework

Hi,

I'm trying to debug OODT-831. I have some questions specifically about this
module:-
Where is the dumpMetadataFile for the cas-pge created?
Its a file called "pge-metadata.xml". Its created by executing
pgeConfig.getExeDir()

Also, about debugging in general:-
Any suggestions on how to insert breakpoints and debug using maven? Can i
do this using eclipse?

Thanks!

--
Adi

Re: Question about working of cas-pge framework

Posted by Aditya Dhulipala <ad...@usc.edu>.
Hi Professor,

Thanks for your reply!

Ok. I'll use System.println.. I didnt try that thinking that it would be
bypassed because of the Log.methods() parts.. I tried running it in
eclipse, but ran into too many errors (which I couldnt figure out how to
solve)..

About the dump file -- ok.. I'll use that as a reference.

Thanks!

adi

On Sun, Apr 5, 2015 at 10:31 PM, Mattmann, Chris A (3980) <
chris.a.mattmann@jpl.nasa.gov> wrote:

> Hi Adi,
>
> Suggestion: use Eclipse or good ol’ (my choice), System.out.println
> carefully placed :)
>
> As for the dump metadata file, it’s created in exeDir as you
> noted. You can see an example of it by looking here [1].
> It’s actually just the cas-metadata spec [2].
>
> Cheers,
> Chris
>
> [1] http://s.apache.org/1NJ
> [2] http://s.apache.org/CdU
>
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> Chris Mattmann, Ph.D.
> Chief Architect
> Instrument Software and Science Data Systems Section (398)
> NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
> Office: 168-519, Mailstop: 168-527
> Email: chris.a.mattmann@nasa.gov
> WWW:  http://sunset.usc.edu/~mattmann/
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> Adjunct Associate Professor, Computer Science Department
> University of Southern California, Los Angeles, CA 90089 USA
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>
>
>
>
>
>
> -----Original Message-----
> From: Aditya Dhulipala <ad...@usc.edu>
> Reply-To: "dev@oodt.apache.org" <de...@oodt.apache.org>
> Date: Sunday, April 5, 2015 at 10:16 PM
> To: "dev@oodt.apache.org" <de...@oodt.apache.org>
> Subject: Question about working of cas-pge framework
>
> >Hi,
> >
> >I'm trying to debug OODT-831. I have some questions specifically about
> >this
> >module:-
> >Where is the dumpMetadataFile for the cas-pge created?
> >Its a file called "pge-metadata.xml". Its created by executing
> >pgeConfig.getExeDir()
> >
> >Also, about debugging in general:-
> >Any suggestions on how to insert breakpoints and debug using maven? Can i
> >do this using eclipse?
> >
> >Thanks!
> >
> >--
> >Adi
>
>

Re: Question about working of cas-pge framework

Posted by "Mattmann, Chris A (3980)" <ch...@jpl.nasa.gov>.
Hi Adi,

Suggestion: use Eclipse or good ol’ (my choice), System.out.println
carefully placed :)

As for the dump metadata file, it’s created in exeDir as you
noted. You can see an example of it by looking here [1].
It’s actually just the cas-metadata spec [2].

Cheers,
Chris

[1] http://s.apache.org/1NJ
[2] http://s.apache.org/CdU

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Chris Mattmann, Ph.D.
Chief Architect
Instrument Software and Science Data Systems Section (398)
NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
Office: 168-519, Mailstop: 168-527
Email: chris.a.mattmann@nasa.gov
WWW:  http://sunset.usc.edu/~mattmann/
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Adjunct Associate Professor, Computer Science Department
University of Southern California, Los Angeles, CA 90089 USA
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++






-----Original Message-----
From: Aditya Dhulipala <ad...@usc.edu>
Reply-To: "dev@oodt.apache.org" <de...@oodt.apache.org>
Date: Sunday, April 5, 2015 at 10:16 PM
To: "dev@oodt.apache.org" <de...@oodt.apache.org>
Subject: Question about working of cas-pge framework

>Hi,
>
>I'm trying to debug OODT-831. I have some questions specifically about
>this
>module:-
>Where is the dumpMetadataFile for the cas-pge created?
>Its a file called "pge-metadata.xml". Its created by executing
>pgeConfig.getExeDir()
>
>Also, about debugging in general:-
>Any suggestions on how to insert breakpoints and debug using maven? Can i
>do this using eclipse?
>
>Thanks!
>
>--
>Adi