Questions tagged [jira]

Jira is a commercial issue tracking software package offered by Atlassian.

97 questions
1
vote
1 answer

Migrate Jira to MySql - Unknown system variable 'storage_engine'

I'm trying to setup Jira on a vm. I want to move from the embedded H2 database to my own mysql database. I'm currently running mysql 5.7.x on ubuntu 16.04. However when I try to connect Jira with this server I get the following error…
NoSixties
  • 111
  • 6
1
vote
3 answers

Cannot connect on open port

I just installed Jira with embedded Tomcat, which runs on port 8080. I gave iptables -I INPUT -p tcp --dport 8080 -j ACCEPT and netstat -tpln says: Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign…
Manu
  • 115
  • 1
  • 12
1
vote
2 answers

mod_proxy with jira war installation

So I have jira installed and I access i through mydomain.com:8080/jira. I'd really like to access i through jira.mydomain.com. I enabled mod_proxy and put the following in an apache vhost: ServerName jira.mydomain.com ProxyPreserveHost…
brad
  • 502
  • 1
  • 10
  • 22
1
vote
1 answer

Reverse Proxy with Nginx showing default screen

I'm trying to setup a reverse proxy to my JIRA instance using Nginx. server { listen 80; server_name jira.domain.com; location / { proxy_set_header X-Forwarded-Host $host; proxy_set_header X-Forwarded-Server $host; …
Cesar
  • 173
  • 6
1
vote
1 answer

How to configure SpamAssassin to set Atlassian JIRA notifigations to white list?

I have problem Atlassian JIRA email notifications. These notifications come to deleted by SpamAssassin some reason. So I need to know how to confirgure SpamAssassin to but these notications to whitelist. I configured xxx@i4ware.fi email to whitelist…
1
vote
2 answers

JIRA+Crowd: how to allow users to change their own passwords?

So I just got JIRA running with Crowd. How do I allow users to change their own passwords? I must be missing something obvious. I have a test account, I can login to JIRA but I don't see any way to change my password, and I can't login to Crowd via…
Jason S
  • 626
  • 1
  • 16
  • 28
1
vote
3 answers

How can I install multiple Atlassian applications in a single server?

Ok, this is a two-part question. I got an unmanaged VPS with CentOS from a hosting company in order to install several Atlassian tools, however, I ran into the problem that when starting a second application, the first one begins to crash. So far I…
dukeofgaming
  • 619
  • 1
  • 7
  • 15
1
vote
0 answers

Webserver on linux times out outside local network

Apologies ahead of time if I mess up any terminology here; I am new to this realm. I have setup Jira (bug tracking software) on a linux box in my local network. I have a subdomain (jira.rairsoft.com) pointed to the box and apache/tomcat configured…
1
vote
1 answer

Which incoming port is required by JIRA's outgoing (SMTP) e-mail functionality?

I have a JIRA 6.3.15 installed on an Ubuntu 14.04 in a VirtualBox VM. The host system for VirtualBox also is an Ubuntu 14.04. I configured JIRA to use SSL (as described here…
Joe7
  • 143
  • 1
  • 6
1
vote
1 answer

JIRA Usage on AWS

I just set up JIRA on my ec2 instance after installing it via .bin installer file. But when I hit the ec2 url: ec2-xxxxx.xxxxx.amazonaws.com It is hitting the test success page for apache2 which I installed after JIRA installation. How do I get to…
Ace
  • 125
  • 5
1
vote
0 answers

Non-ASCII filenames are being broken in Jira on Debian

I have an old Jira 3.12 installed on Linux (Debian, 6.0.4). The encoding in OS is setup to UTF-8. My problem: if somebody adds an attachment with non-ASCII symbols in its filename, it is created correctly - correct record in the database and a…
1
vote
0 answers

SSL Returning Blank Page, No Catalina Errors

This is my second, maybe third, time configuring SSL with Tomcat. Earlier I had created a self signed, which worked, and now using my signed is proving fruitless. I am using Tomcat, operating from the Amazon Linux API. When using the signed…
Mr.Peabody
  • 11
  • 3
1
vote
0 answers

Upgrading JIRA 5.0.1 to JIRA 6

I am trying to upgrade my jira version from 5.1 to 6 in my test server. with windows(64) platform. So I downloaded jira 6 version with folder name as "atlassian-jira-6.0-m08-standalone". then I strated jira with in command prompt bin> start-jira.bat…
user2190806
  • 111
  • 2
1
vote
1 answer

Reporting java exceptions in jira automaticly

I'm developing web application using Spring roo (mvc), this application is the ERP system. I plan to use Jira as my issues reporting system. My question is, if is there any solution that will help me report exceptions thrown in my web application in…
Marco
  • 13
  • 2
1
vote
2 answers

Running jira at jira.[my domain].com

I have jira installed on my server. It was running at http://[my ip address]:8100. I changed it to http://jira.[my domain].com. Now after I access it at http://jira.[my domain].com, a browser path changes to http://jira.[my…
Ivan Zamylin
  • 85
  • 1
  • 10