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.
Hi,
I updated the version of Bamboo Spec from 6.9.1 to 7.1.1 in my pom.xml since our Bamboo server was updated to 7.1.1
After that we started getting the following exception thrown in the server when we try to create a Bamboo plan using the API:
java.lang.NoSuchMethodError: "java.lang.RuntimeException: java.lang.NoSuchMethodError: org.yaml.snakeyaml.LoaderOptions.setMaxAliasesForCollections(I)V\r\n\tat com.atlassian.bamboo.specs.util.IsolatedYamlizator.execute(IsolatedYamlizator.java:24)\r\n\tat com.atlassian.bamboo.specs.util.BambooSpecSerializer.dump(BambooSpecSerializer.java:19)\r\n\tat com.atlassian.bamboo.specs.util.BambooServer.publish(BambooServer.java:73)
Kindly help. Looks like this is a issue with the latest Bamboo Spec version.
Hi,
i have a very similar error when deploying Bamboo specs using "mvn -P publish-specs":
Execution default-cli of goal com.atlassian.bamboo:bamboo-specs-runner:7.2.2:run failed:
java.lang.reflect.InvocationTargetException: java.lang.NoSuchMethodError: org.yaml.snakeyaml.DumperOptions.setDefaultFlowStyle(Lorg/yaml/snakeyaml/DumperOptions$FlowStyle;)V -> [Help 1]
I have no SnakeYAML dependencies in my pom.xml. It seems to be a problem with the latest Bamboo spec version.
@dbu what's bamboo-specs version at your pom.xml
Do you see any snakeyaml dependency when run
mvn dependency:tree
or
mvn help:effective-pom
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Bamboo specs version is: 7.2.2
Dependency tree shows: org.yaml:snakeyaml:jar:1.27:compile
I have to correct my previous post: I am using "atlas-mvn -P pusblish-specs" instead of "mvn -P pusblish-specs".
I found out that the problem occurs only with Atlassian plugin SDK 8.2.6. If I use mvn instead of atlas-mvn or downgrade the SDK to 8.2.2 the deployment works fine.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you have any dependencies to SnakeYAML at pom.xml, update them to use version 1.26
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.
Glad to hear. Can you tell why you need SnakeYAML at dependencies?
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.