Clarivate-LSPS / tMDataLoader

new Groovy-based tranSMART ETL
8 stars 19 forks source link

Where is the log #33

Closed Kabenla closed 8 years ago

Kabenla commented 8 years ago

When an ETL job fails, the is a Debug statement that suggests we look at the log.
"Job Failed: See error log for details"

Where is the log located?

jeremy-singer commented 8 years ago

Kabenla,

Sorry I didn’t answer more promptly, I didn’t see your email until now.

There should be a logs directory under the place where you are running the ETL, and in there is a log file. If you have not defined a logs directory, you should do so. I’m not sure that the process will write a log if it doesn’t find such a directory.

Thanks.

Jeremy Singer Senior Developer Thompson Reuters Life Sciences

mobile: 857.243.0694 email: Jeremy.Singer@thomsonreuters.com skype: Jeremy.B.Singer

From: Kabenla Armah notifications@github.com<mailto:notifications@github.com> Reply-To: ThomsonReuters-LSPS/tMDataLoader reply@reply.github.com<mailto:reply@reply.github.com> Date: Thursday, April 7, 2016 at 12:00 PM To: ThomsonReuters-LSPS/tMDataLoader tMDataLoader@noreply.github.com<mailto:tMDataLoader@noreply.github.com> Subject: [ThomsonReuters-LSPS/tMDataLoader] Where is the log (#33)

When an ETL job fails, the is a Debug statement that suggests we look at the log.

"Job Failed: See error log for details"

Where is the log located?

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHubhttps://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_ThomsonReuters-2DLSPS_tMDataLoader_issues_33&d=CwMCaQ&c=4ZIZThykDLcoWk-GVjSLm9hvvvzvGv0FLoWSRuCSs5Q&r=j175F3i4NFMHZfNOn43x8ShdqEHPfgxn8rLULxyfOZk&m=TSmjdmiBLo6MVc-czXcHK1wJtZfGNWPrHSiQfPJinMA&s=VM1UgJEkFyavtrY2c8Z4AKlYHJsHASujEqJJFYT6xoE&e=

Kabenla commented 8 years ago

Thanks for your response,

When you say "under the place where you are running the ETL” are you referring to the path specified in ~/.tm_etl/YOUR_ETL_DIRECTORY?

Kabenla

On Apr 7, 2016, at 2:07 PM, Jeremy Singer notifications@github.com wrote:

you have not defined a logs directory, you should do so. I’m not sure that the process will write a log if it doesn’t find such a directory.

Kabenla commented 8 years ago

Hi Jeremy, Sorry what i meant to was are you referring to the path specified in ~/.tm_etl/Config.groovy by the dataDir variable?

Kabenla Armah

On Apr 7, 2016, at 2:10 PM, Kabenla Armah kabenla@prometsource.com wrote:

Thanks for your response,

When you say "under the place where you are running the ETL” are you referring to the path specified in ~/.tm_etl/YOUR_ETL_DIRECTORY?

Kabenla

On Apr 7, 2016, at 2:07 PM, Jeremy Singer <notifications@github.com mailto:notifications@github.com> wrote:

you have not defined a logs directory, you should do so. I’m not sure that the process will write a log if it doesn’t find such a directory.

jeremy-singer commented 8 years ago

No, I think it actually gets put in a directory called “logs” under the directory where you invoke the tm_etl.jar file.

[3:31] as I mentioned, you need a logs directory there.

[3:33] on my instance, it is in /u01/transmart/logs