Replies: 1 comment
-
Hi How did you modify the port numbers? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So I got Dependency Track working just fine with the default YML file. The only change I made was to the api port number. I couldn't use 8081 as that was being used by something else. I changed it to 8083. All still OK. Runs fine.
I then decided I wanted to use a SQL Server database. I uncommented the database properties and set the connection string. All good. The database is populated with a schema and some of the tables have lookup data in them. However the api service just hangs. There is no response even when you directly put the URL into a browser. Docker is not reporting anything unusual in the logs.
Anyone come across this issue before or have any idea what may be wrong?
Edit: I found out what was wrong. I didn't wait long enough. While data is being synchronized into the datastore for the first time the web api is unavailable. For me I had to wait quite a long time before it starting running.
Beta Was this translation helpful? Give feedback.
All reactions