Error while running OSMT in local: cannot match any routes #196
-
|
I can see these errors in console. can anyone please help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hello. I'm happy to try to help. There's not a lot of context here for your error message. Are you running a Quickstart docker-compose stack for eval? Are you running the Spring app via Maven? Just for some base info, would you please run the osmt_sli.sh script from your local git repo? I want to understand a little about the environment running your OSMT. Please paste this command's output in a reply here:
There is nothing sensitive or private in this, it simply attempts to report on the host OS and Docker/Java/Maven/NodeJS/npm environment and runtimes. Another community member is experiencing a similar error, but I can't speak to the root cause. That thread may be interesting to you -- #197 |
Beta Was this translation helpful? Give feedback.
Hello. I'm happy to try to help. There's not a lot of context here for your error message. Are you running a Quickstart docker-compose stack for eval? Are you running the Spring app via Maven?
Just for some base info, would you please run the osmt_sli.sh script from your local git repo? I want to understand a little about the environment running your OSMT. Please paste this command's output in a reply here:
./osmt_cli.sh -vThere is nothing sensitive or private in this, it simply attempts to report on the host OS and Docker/Java/Maven/NodeJS/npm environment and runtimes.
Another community member is experiencing a similar error, but I can't speak to the root cause. That thread may be inter…