Trying to move plans from one project to another results in error

Platform Notice: Data Center Only - This article only applies to Atlassian products on the Data Center platform.

Note that this KB was created for the Data Center version of the product. Data Center KBs for non-Data-Center-specific features may also work for Server versions of the product, however they have not been tested. Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.

*Except Fisheye and Crucible

Problem

Trying to move a plan from one project to another results in the following SQL error:

1 Plan move failed: Hibernate operation: Unable to perform find; uncategorized SQLException for SQL []; SQL state [25P02]; error code [0]; ERROR: current transaction is aborted, commands ignored until end of transaction block; nested exception is org.postgresql.util.PSQLException: ERROR: current transaction is aborted, commands ignored until end of transaction block

Plan gets moved, but old plan still appears in the Dashboard. If you click on the plan under the old project or try to edit it, the following error appears:

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 Internal server error Go to... Site homepage A system error has occurred - our apologies! Please create a problem report on our support system at http://support.atlassian.com with the following information: a description of your problem and what you were doing at the time it occurred cut & paste the error and system information found below attach the atlassian-bamboo.log log file found in your application home. We will respond as promptly as possible. Thank you! Version: 5.7.1 Build: 5715 Build Date: 24 Nov 2014 Request information: Request URL: http://bamboo.dev.com/build/admin/edit/editBuildDetails.action Scheme: http Server: bamboo.dev.com Port: 80 URI: /build/admin/edit/editBuildDetails.action Context path: Servlet path: /build/admin/edit/editBuildDetails.action Path info: Query string: buildKey=ATL-TEST

Looking at the atlassian-bamboo.log we can see the following:

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2015-08-07 14:54:28,025 INFO [http-bio-80-exec-4] [AccessLogFilter] admin GET http://bamboo.dev.com/build/admin/edit/editBuildDetails.action?buildKey=ATL-TEST 90070kb 2015-08-07 14:54:28,028 WARN [http-bio-80-exec-4] [PlanAwareInterceptor] Action 'com.atlassian.bamboo.ww2.actions.build.admin.config.ConfigureBuildDetails@6167502a' is plan aware but no plan can be found. PlanKey was 'ATL-TEST' 2015-08-07 14:54:28,030 ERROR [http-bio-80-exec-4] [ExceptionMappingInterceptor] null java.lang.NullPointerException at com.atlassian.bamboo.ww2.actions.build.admin.config.ConfigureBuildDetails.prepare(ConfigureBuildDetails.java:73) at com.opensymphony.xwork2.interceptor.PrepareInterceptor.doIntercept(PrepareInterceptor.java:167) at com.opensymphony.xwork2.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:98) at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:246) at com.opensymphony.xwork2.interceptor.I18nInterceptor.intercept(I18nInterceptor.java:161) at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:246) at com.atlassian.bamboo.security.acegi.intercept.web.WebworkSecurityInterceptor.intercept(WebworkSecurityInterceptor.java:57) at com.atlassian.bamboo.security.acegi.intercept.web.WebworkSecurityInterceptorProxy.intercept(WebworkSecurityInterceptorProxy.java:31) at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:246) at com.atlassian.xwork.interceptors.AroundInterceptor.intercept(AroundInterceptor.java:25) at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:246) at com.atlassian.bamboo.ww2.interceptors.OnDemandNotSupportedInterceptor.intercept(OnDemandNotSupportedInterceptor.java:31) at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:246) at com.atlassian.bamboo.ww2.interceptors.PaginationAwareInterceptor.doIntercept(PaginationAwareInterceptor.java:100) at com.atlassian.bamboo.ww2.interceptors.AbstractBambooInterceptor.intercept(AbstractBambooInterceptor.java:34) at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:246) ...

Workaround

A simple restart of the application corrects the problem and remove the old/orphan plans.

Updated on April 7, 2025

Still need help?

The Atlassian Community is here for you.