I need a workflow approval property and will make it so it will only need one approval and not two.
I had to use the manager field to become the approver field due to some corruption. So the system is set to use the manager field but it wants all approvers to approver the Issue. I only need one person to approve but want to use the multi user picker but if I put 1 approval need in the configure tab it won't let me select the manager. So I just need the property to set in the workflow and hard code it.
Any Ideas what that property would be?
Well, I have found in GC log concurrent mode failure. Also found that at the time the xml-backup service worked.
I turned off this service, as recommended here https://confluence.atlassian.com/display/JIRA/Automating+JIRA+Backups
I will look further.
If there are no exceptions in the log, why do you think it's a connection pool error?
What does the log file actually say is wrong when "Jira becomes unavailable"? Have you looked at all the resources on the system? CPU, memory etc? You need to try to establish what the error really is, not just assume it's a database problem.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Dimitri,
Like Nic says: take a look in the JIRA log files.
Because the one connection that your query is returning is the connection you are using to execute that query. So it seems to me that there is already a problem before JIRA even tries to connect to the database.
Best regards,
Peter
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No Peter. I have one connection except that I have used to run the query.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for your answer, Nic!
You are right I don't know a real cause. I started with DB problem because it is that i see.
What does the log file actually say is wrong when "Jira becomes unavailable"?
I can't find any appropriate exceptions, just
2014-06-24 10:42:30,711 http-8090-105 ERROR username 640x34291x15 ks7xg5 100.112.6.126 /secure/QuickCreateIssue.jspa [jira.issue.index.DefaultIndexManager] Wait attempt timed out - waited 30000 milliseconds com.atlassian.jira.issue.index.IndexException: Wait attempt timed out - waited 30000 milliseconds
or
2014-06-24 12:28:54,810 http-8090-97 ERROR anotherusername 748x22138x146 16udnqy 100.112.6.157 /secure/Dashboard.jspa [renderer.internal.http.HttpClientFetcher] Unable to retrieve response org.apache.http.conn.ConnectTimeoutException: Connect to myjira/127.0.0.1:8090 timed out
I have low CPU usage, less than 10% even when JIRA unavailable.
I can't access secure/admin/ViewMemoryInfo.jspa at problem time. At the other time i see something like this 
I will enable GC log also.
Maybe there is a memory problem, how to check it?
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.