Skip to content
New issue

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

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

Already on GitHub? # to your account

Could anyone share an own-deployed working instance please? #233

Open
fishfree opened this issue Aug 28, 2021 · 0 comments
Open

Could anyone share an own-deployed working instance please? #233

fishfree opened this issue Aug 28, 2021 · 0 comments

Comments

@fishfree
Copy link

fishfree commented Aug 28, 2021

I run the command as below:

docker run \
	    -it \
	    -e "CHECKMATE_URL=https://checkmate.example.com" \
	    -e "CHECKMATE_API_KEY=testkey" \
	    -e "CHECKMATE_ALLOW_ALL=true" \
	    -e "CHECKMATE_IGNORE_REASONS=publisher-blocked,high-io" \
	    -e "NEW_RELIC_LICENSE_KEY=abctest" \
	    -e "NEW_RELIC_ENVIRONMENT=prod" \
	    -e "NEW_RELIC_APP_NAME=viahtml" \
	    -e "VIA_H_EMBED_URL=https://client-h.myown.com/" \
	    -e "VIA_IGNORE_PREFIXES=https://h-h.myown.com/,https://client-h.myown.com/" \
	    -e "VIA_BLOCKLIST_URL=https://hypothesis-via.s3-us-west-1.amazonaws.com/via-blocklist.txt" \
	    -e "VIA_ROUTING_HOST=http://via-h.myown.com" \
	    -e "VIA_DEBUG=1"  \
	    -p 9085:9085 \
	    --name viahtml hypothesis/viahtml:latest

It shows error:

report_metrics       | CRITICAL:newrelic.core.agent_protocol:Disconnection of the agent has been requested by the data collector for the application where the agent run was None. Please contact New Relic support for further information. content=b'{"exception":{"message":"Invalid license key","error_type":"NewRelic::Agent::LicenseException"}}'
report_metrics       | ERROR:newrelic.core.application:The New Relic service has requested that the agent stop attempting to connect. The agent will no longer attempt a connection with New Relic. Your application must be manually restarted in order to connect to New Relic.

Is it dependent on valid NEW_RELIC configs? which is not free.

When I access the URL, it shows 401 as below:
image

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant