Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

odd error message when testing datasetUpload script #2097

Open
only1chunts opened this issue Nov 19, 2024 · 2 comments
Open

odd error message when testing datasetUpload script #2097

only1chunts opened this issue Nov 19, 2024 · 2 comments
Assignees
Labels

Comments

@only1chunts
Copy link
Member

Describe the bug
message appears to tell me the upload failed when it actually suceeded?

To Reproduce
Steps to reproduce the behavior:

  1. upload this spreadsheet to the staging server STG_GigaDBUpload_v19_GIGA-D-24-00265_102621_PlasGO_v2.xls
  2. run the datasetUpload script
  3. See error:
    image
  4. examine the log file java.log

and see the last line = "**End success: STG_GigaDBUpload_v19_GIGA-D-24-00265_102621_PlasGO_v2.xls"

Expected behavior
When the upload is successful I expect NOT to see an unsuccessful error message.

@molcretb
Copy link

I tried to reproduce the error:

  • when there are no javac.log and java.log files already present in the UploadDir directory, I don't get the error message 'Spreadsheet cannot be uploaded, please check logs!'; ingestion seems ok.
  • when these these files are already present (because I run a previous ingestion, either with the same spreadsheet or not), I can reproduce the error and get the error message.

I tried with another spreadsheet, same behavior: GigaDBUpload_v19_102995_GIGA-D-24-99333.xls

@only1chunts
Copy link
Member Author

only1chunts commented Nov 25, 2024

ditto to Bastien.
I guess that just means we need to completely remove the log files before starting an ingest.
The only action point from this bug report is to check that the documentation includes the removal of those log files at the edn of 1. datasetUpload section

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

No branches or pull requests

5 participants