Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

browser downloads selectSetupStep.action

bidadh February 19, 2019

Hi,

 

I just upgraded my existing bamboo 5.15 to 6.8.0 and used same bamboo-home and db.

when I request the homepage browser wants to download selectSetupStep.action

 

here is a part of logs:

 

2019-02-20 04:53:06,480 INFO [localhost-startStop-1] [SpringObjectFactoryProxy] Deferring initialisation of com.atlassian.bamboo.plugin.xwork.SpringObjectFactoryProxy
2019-02-20 04:53:06,573 INFO [localhost-startStop-1] [Dispatchers] Dispatcher org.apache.struts2.dispatcher.Dispatcher initialised
2019-02-20 04:53:06,631 INFO [localhost-startStop-1] [SpringObjectFactoryProxy] Deferring initialisation of com.atlassian.bamboo.plugin.xwork.SpringObjectFactoryProxy
20-Feb-2019 04:53:06.749 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-8085"]
20-Feb-2019 04:53:06.761 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in 15087 ms
2019-02-20 04:53:09,967 INFO [http-nio-8085-exec-1] [JohnsonFilter] The application is not yet setup. Redirecting request from '/rest/api/latest/server' to '/bootstrap/selectSetupStep.action'
2019-02-20 04:53:10,034 INFO [http-nio-8085-exec-2] [AccessLogFilter] 10.42.83.220 GET https://bamboo.raysazapps.com/bootstrap/selectSetupStep.action 673390kb
2019-02-20 04:53:10,271 INFO [http-nio-8085-exec-2] [SelectSetupStepAction] Current setup step is /setup/complete.action
2019-02-20 04:53:10,336 INFO [http-nio-8085-exec-3] [AccessLogFilter] 10.42.83.220 GET https://bamboo.raysazapps.com/setup/complete.action 828428kb
2019-02-20 04:53:10,416 INFO [http-nio-8085-exec-4] [JohnsonFilter] The application is not yet setup. Redirecting request from '/start.action' to '/bootstrap/selectSetupStep.action'
2019-02-20 04:53:10,464 INFO [http-nio-8085-exec-5] [AccessLogFilter] 10.42.83.220 GET https://bamboo.raysazapps.com/bootstrap/selectSetupStep.action 819105kb
2019-02-20 04:53:10,469 INFO [http-nio-8085-exec-5] [SelectSetupStepAction] Current setup step is /setup/complete.action
2019-02-20 04:53:10,514 INFO [http-nio-8085-exec-6] [AccessLogFilter] 10.42.83.220 GET https://bamboo.raysazapps.com/setup/complete.action 817240kb
2019-02-20 04:53:10,576 INFO [http-nio-8085-exec-7] [JohnsonFilter] The application is not yet setup. Redirecting request from '/start.action' to '/bootstrap/selectSetupStep.action'
2019-02-20 04:53:10,616 INFO [http-nio-8085-exec-8] [AccessLogFilter] 10.42.83.220 GET https://bamboo.raysazapps.com/bootstrap/selectSetupStep.action 813511kb
2019-02-20 04:53:10,618 INFO [http-nio-8085-exec-8] [SelectSetupStepAction] Current setup step is /setup/complete.action
2019-02-20 04:53:10,656 INFO [http-nio-8085-exec-10] [AccessLogFilter] 10.42.83.220 GET https://bamboo.raysazapps.com/setup/complete.action 811647kb
2019-02-20 04:53:10,705 INFO [http-nio-8085-exec-9] [JohnsonFilter] The application is not yet setup. Redirecting request from '/start.action' to '/bootstrap/selectSetupStep.action'
2019-02-20 04:53:10,745 INFO [http-nio-8085-exec-11] [AccessLogFilter] 10.42.83.220 GET https://bamboo.raysazapps.com/bootstrap/selectSetupStep.action 807917kb
2019-02-20 04:53:10,750 INFO [http-nio-8085-exec-11] [SelectSetupStepAction] Current setup step is /setup/complete.action
2019-02-20 04:53:10,786 INFO [http-nio-8085-exec-12] [AccessLogFilter] 10.42.83.220 GET https://bamboo.raysazapps.com/setup/complete.action 806053kb
2019-02-20 04:53:10,825 INFO [http-nio-8085-exec-13] [JohnsonFilter] The application is not yet setup. Redirecting request from '/start.action' to '/bootstrap/selectSetupStep.action'
2019-02-20 04:53:10,865 INFO [http-nio-8085-exec-14] [AccessLogFilter] 10.42.83.220 GET https://bamboo.raysazapps.com/bootstrap/selectSetupStep.action 802323kb
2019-02-20 04:53:10,877 INFO [http-nio-8085-exec-14] [SelectSetupStepAction] Current setup step is /setup/complete.action
2019-02-20 04:53:10,926 INFO [http-nio-8085-exec-15] [AccessLogFilter] 10.42.83.220 GET https://bamboo.raysazapps.com/setup/complete.action 800459kb
2019-02-20 04:53:10,974 INFO [http-nio-8085-exec-16] [JohnsonFilter] The application is not yet setup. Redirecting request from '/start.action' to '/bootstrap/selectSetupStep.action'
2019-02-20 04:53:11,015 INFO [http-nio-8085-exec-17] [AccessLogFilter] 10.42.83.220 GET https://bamboo.raysazapps.com/bootstrap/selectSetupStep.action 796729kb
2019-02-20 04:53:11,017 INFO [http-nio-8085-exec-17] [SelectSetupStepAction] Current setup step is /setup/complete.action

 

 

now I can see an error which says:

com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'bamboo.bandana' doesn't exist

1 answer

0 votes
Daniel Santos
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
February 25, 2019

Hi @bidadh

Can you please check your logs to see if before the error you mentioned

com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'bamboo.bandana' doesn't exist

you have another one like

com.atlassian.bamboo.upgrade.exception.ValidationException: Unable to find JDBC Driver class com.mysql.jdbc.Driver

 which would review an issue caused by a missing JDBC driver?

 

I'm afraid that in this upgrade process you missed a step to add the JDBC driver in your new version of Bamboo.

For more details about the JDBC driver, please check: MySQL - Atlassian Documentation

Let us know how it goes.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events