Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Bitbucket-SCM-Collector not fetching any data #3438

Open
psripathy opened this issue Oct 21, 2021 · 0 comments
Open

Bitbucket-SCM-Collector not fetching any data #3438

psripathy opened this issue Oct 21, 2021 · 0 comments

Comments

@psripathy
Copy link

psripathy commented Oct 21, 2021

Greetings!
I am trying to implement the Bitbucket SCM collector for our organization but the collector does not seem to pull any information from the collector. Below is what I see. It never seems to make a http request out to bitbucket.


2021-10-19 17:13:00,002 [taskScheduler-1] INFO c.c.d.collector.CollectorTask - Running Collector: Bitbucket
2021-10-19 17:13:04,501 [taskScheduler-1] INFO c.c.d.collector.CollectorTask - -----------------------------------
2021-10-19 17:13:04,501 [taskScheduler-1] INFO c.c.d.collector.CollectorTask - Starting...
2021-10-19 17:13:04,501 [taskScheduler-1] INFO c.c.d.collector.CollectorTask - -----------------------------------
2021-10-19 17:13:04,512 [taskScheduler-1] DEBUG c.c.d.collector.GitCollectorTask - Settings URL :https://bitbucket.xxx.net
2021-10-19 17:13:04,513 [taskScheduler-1] INFO c.c.d.collector.GitCollectorTask - collector >> Bitbucket
2021-10-19 17:13:04,514 [taskScheduler-1] DEBUG c.c.d.collector.GitCollectorTask - collector id >> 615c588038dfdaef87f4c35e
2021-10-19 17:13:04,520 [taskScheduler-1] INFO c.c.d.collector.CollectorTask - Repo Count 0 0s
2021-10-19 17:13:04,520 [taskScheduler-1] INFO c.c.d.collector.CollectorTask - New Commits 0 0s
2021-10-19 17:13:04,520 [taskScheduler-1] INFO c.c.d.collector.CollectorTask - Finished 0s


Below is my collector.properties

server.port=9085
dbname=hygieiadb
dbhost=localhost
dbport=27017
dbreplicaset=false
dbhostport=[host1:port1,host2:port2,host3:port3]
dbusername=
dbpassword=
logging.file=./logs/bitbucket.log
logging.level.com.capitalone=DEBUG
git.cron=0 * * * * *
git.host=https://bitbucket.xxx.net/
git.username=uid
git.password=base64 encoded password str
#git.api=/api/2.0/repositories/
git.api=/rest/api/1.0/
git.commitThresholdDays=15
git.pageSize=25
git.product=server
bitbucket.key=xxxxxxx

Below screen shot is what I see. Nothing pulls up for the fields
ScreenShot

Also tried to load public repos but no success there. Please advise.

Thanks in advance,
Sreepathi

@psripathy psripathy changed the title Bitbucket-SCM-Collector Bitbucket-SCM-Collector not fetching any data Oct 21, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant