Here are the logs from the current state of jira:
Currently getting back 521 errors and 502 errors when accessing my jira instance through my cloudflare managed subdomain.
Do you have any other ideas on what might be going on?
Thanks.
Also no need to worry too much, this is going to be a public jira in the near future for a public nonprofit org.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Good to know David
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
But you better remove that IP image :p
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
does your server.xml have ajp connection enabled ?
and your proxy server needs to have ajp connection configs too.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
And delete all these informations here Adam - has all your IPs of your organization.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think you are having proxy issue not JIRA issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Try this
its up and running
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Did you try restarting " WITHOUT " plugins ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
How do i do that?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Just rename your installed plugins folder and try a restart .
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Just to be clear which folder is this exactly?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Should look something like this ;
........../application-data/jira/plugins/installed-plugins/
Just change the name of the directory installed-plugins and restart
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That didn't work. JIRA recreated the directory :/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you attach the log message from the section where it validates the Database connectivity ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't know a lot about jira so i might need you to be more specific.
in the folder '/var/atlassian/application-data/jira/log' there's two files.
-rw-r----- 1 jira jira 262937 Apr 27 20:12 atlassian-jira.log
-rw-r----- 1 jira jira 127 Apr 27 20:12 atlassian-jira-security.log
Is db auth going to be in one of those?
Are there any other logs that jira writes to?
which one and why?
Thanks for your help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
atlassian-jira.log attach the whole log here if you can.
When you do a start - it check connectivity between jira and db , you can see it in the log.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
These are the only errors I see
```
[root@ip-172-31-15-206 log]# cat ./* | grep -i 'error'
2018-04-27 20:11:33,939 localhost-startStop-1 ERROR [webwork.config.DefaultConfiguration] Skipping configuration for class 'com.atlassian.jira.config.webwork.JiraPluginsConfiguration'
2018-04-27 20:11:33,967 localhost-startStop-1 ERROR [webwork.config.DefaultConfiguration] Skipping configuration for class 'com.atlassian.jira.config.webwork.JiraPluginsConfiguration'
jira.projectkey.warning : admin.errors.must.specify.unique.project.key
[root@ip-172-31-15-206 log]#
```
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can also check /atlassian/jira/log/catalina.out for log message
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'll attach the whole log one second
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
REMOVED LINK
Security log interestingly implies that it works. it only says this:
cat atlassian-jira-security.log 16:30:30
2018-04-27 20:12:12,839 JIRA-Bootstrap JIRA 7.7.1 build: 77002 started. You can now access JIRA through your web browser.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't see any issues in the log - some are known exceptions that can be ignored.
What error do you see on the browser as you try to access jira ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
edited and removed
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This issue below - rectify it too , it should not be related to your issue here, but good to rectify it as it causes issues later.
2018-04-27 20:12:12,419 JIRA-Bootstrap WARN [c.a.jira.health.HealthChecks] Your database is using an unsupported collation
2018-04-27 20:12:12,419 JIRA-Bootstrap WARN [c.a.jira.health.HealthChecks] Your postgres72 database is currently using an unsupported collation: en_US.UTF-8. You should change this to a supported collation: - POSIX.UTF-8
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
How do I change the collation of an existing db?
the jira docs just say to create a new database : /
Edit: it looks like you can't change the collation of the db. But either way if you don't think this is the problem what else could it be?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is there any way you can bypass cloudfare and directly try and access jira ? ip and port ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
yes, I can access the ip directly but it fails.
/etc/httpd/conf/httpd.conf
```
<VirtualHost *:80>
ProxyPreserveHost On
ProxyRequests Off
ProxyPass / http://localhost:8080/
ProxyPassReverse / http://localhost:8080/
</VirtualHost>
```
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
how strange
it looks like it works when i access 8080, but the forwarding broke.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There's nothing worrying in that log, could you try the application log as well?
<jira-home>/logs/atlassian-jira.log
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Well what seems to happen is the logging just hangs there, so i have no idea what to look for outside of that.
Sure, here's the contents of the file : `/var/atlassian/application-data/jira/log/atlassian-jira.log`.
EDIT: removed
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
it keeps looking for a link to hipchat which has never been used anywhere on or near this instance of jira.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hmm. Well, there's no errors in there to say why it's not running either. How long have you given it to start up?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Two weeks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I've reset it and restarted it multiple times.
I have no idea what the problem is.
I asked this question here: https://community.atlassian.com/t5/Jira-questions/SQL-server-went-down-unexpectedly-now-JIRA-won-t-start/qaq-p/771775#M249803
But that didn't lead to anything conclusive either.
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.