You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hey guys,
so our Bamboo instance (7.1.4 build 70122) has problems with the trigger from new commits to Bitbucket after we upgraded it. Bamboo is running behind a reverse proxy.
After investigating, I found the following underlying problem, at least I assume so:
[http-nio-8085-exec-16] [ThrowableExceptionMapper] Uncaught exception thrown by REST service: Illegal character in scheme name at index 5: https, https://my.server.com/bamboo/rest/remote-event-consumer/latest/events/stash-branch-changed-remote-event
java.net.URISyntaxException: Illegal character in scheme name at index 5: https, https://my.server.com/bamboo/rest/remote-event-consumer/latest/events/stash-branch-changed-remote-event
at java.net.URI$Parser.fail(URI.java:2848)
at java.net.URI$Parser.checkChars(URI.java:3021)
[...]
It was running before the upgrade just fine. So my question is:
Where does the "https, " before the actual URL come all of a sudden? How do I fix the problem? The configuration was taken from the previous installation, and I followed the migration guide.