Customer Transition doesn't work - put 400 Error

Martin Müller March 25, 2019

Hello,

jira_400.JPG

whenever we try to use a customer transition we get an error 400. 

I get this error for every User i try to use the transition. I read most of the "customer transition" topics here, but there is no working solution for me.

 

We are currently using a linux machine and we hosted jira ourselfs.

 

Maybe anyone of you can help me to get the customer transitions working?

 

1 answer

0 votes
Petr Vaníček
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 26, 2019

Hi,

are you using proxy server (if yes which one)? Are you using some validators, post functions from any 3rd-party plugin (if yes which one)?

Can you share (insert into code block) your application log (INSTALL-DIR/logs/catalina.out) from time when did you click on button? 

Martin Müller March 26, 2019

..

Petr Vaníček
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 26, 2019

Can you share INSTALL-DIR/conf/server.xml (use code block - delete cert password if it's there)?

Martin Müller March 26, 2019

.

Petr Vaníček
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 26, 2019

Are you running application under root user? Because of connector ports are 80 and 443.

 

If you try set ports to 8080 and 8443 and run it under jira user what happens? Is problem still persist?

Martin Müller March 28, 2019

Do you have any other idea than changing ports? 

Petr Vaníček
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 28, 2019

I don't have experience with authbind so what I could try as first is running it under dedicated user and with default ports. If everything on java ports will be ok then is better to use some kind of reverse proxy (nginx, apache,...) for using ports 80 and 443.

I hope it will be this kind of problem - because 40X errors are usually caused by something between app and traffic.

Martin Müller April 9, 2019

The solution for me was to grant the right to change the author for the customer side. 

 

Dont know why this is needed, but it works now. 

Suggest an answer

Log in or Sign up to answer