Hi,
We are installing Jira 4.4.5.
We have copied the .tar file at the required Prodcution location ( Linux).
And then Untar the file.
Then created a Home directory
Then set the Jira_home and Java_Home paths.
Now started Jira using sh start-jira.sh
Open the Jira using the default port number ( http://abc.xyz.com:8080 )
The First Step of Setup is opened.
The Data base connection details are provided ahd the Test Connection is usccesfull.
Then when i click on "Next" it throws the HTTP Status 500 error.
When i referred the catalina.out file. It shows :-
Error was: java.sql.SQLException: ORA-01950: no privileges on tablespace 'JIRA_DATA'
hey harish,
can you please try to connect to your DB as the user "jira_prod"
if this is ok you may want to check one of the following commands:
ALTER USER <username> QUOTA 100M ON <tablespace name>
or
GRANT UNLIMITED TABLESPACE TO <username>
Thank you Faysal!
The solution worked for me.
I took help from my DBA and you are correct.
after granting unimited tablespace to jira_prod , it was workign fine.
Thanks again,
harish.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
you're welcome. glad you could get it fixed
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.