Hi there!
In Bamboo we are getting the following exception. Its always occuring, when a Webhook from Bitbucket is calling the deployment Plan.
2018-12-04 16:36:54,470 INFO [http-nio-8085-exec-7] [AccessLogFilter] 127.0.0.1 POST http://domain.tld/rest/triggers/1.0/remote/changeDetection?skipBranches=false&planKey=LAC-PIMC 359405kb
2018-12-04 16:36:54,472 ERROR [http-nio-8085-exec-7] [ThrowableExceptionMapper] Uncaught exception thrown by REST service: 'unknown' is not an IP string literal.
java.lang.IllegalArgumentException: 'unknown' is not an IP string literal.
at com.google.common.net.InetAddresses.forString(InetAddresses.java:153)
at com.atlassian.bamboo.trigger.remote.RemoteTriggerIpHandling.isCidrMatching(RemoteTriggerIpHandling.java:114)
Can you give us a hint, where the IP is missing, or wrong? The Deployments worked last week but suddenly they stopped.
The Webhooks' URL is set up like this:
http://<bamboohost>/rest/triggers/1.0/remote/changeDetection?skipBranches=false&planKey=PLANKEYXY
There should be nothing wrong with. An upgrade to Bamboo 6.7.1 build 60705 did not solve the problem. Firewalls and Privileges are checked twice. So any help would be appreciated.
Regards,
Dave
This problem has been solved unexpectedly.
How was this solved, we're seeing the same issue??
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.