center-for-threat-informed-defense / tram

TRAM is an open-source platform designed to advance research into automating the mapping of cyber threat intelligence reports to MITRE ATT&CK®.

Home Page:https://ctid.mitre-engenuity.org/our-work/tram/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

the ERROR status

Jane-ht opened this issue · comments

I run the project with docker, after submitting the report, the status is from QUIRED to ERROR, why?

That means there was an error in processing the report. I will reply soon with instructions to get the error log out of the docker container.

@HeTian123abc

The error output should be capture on STDOUT within the Docker container. There are two ways you can access the error log:

  1. If you are running Docker desktop, you can use the UI to view the log (See screenshot below)
  2. If you are running Docker via command line, you can use the docker logs command to retrieve the error: https://docs.docker.com/engine/reference/commandline/logs/

image

Try that, and if you get stuck let me know.
Thank you.
-Mark

When running docker, there is a NLTK problem, but it does not affect the operation. I don't know whether it has affect.
捕获1
When uploading the report, the status is from QUEUED to ERROR.
捕获2

resolved