Hello dear Atlassian community!
I'm wondering how you organize tasks in Jira for agile teams. In particular I am interested in time which the team spends on communication for daily calls, 1:1 meetings with the technical lead, etc, in the framework of the project. Do you create a separate jira ticket for them or team members track this time in the technical task which they are working on right now?
Thanks in advance for your answers!
These errors usually occur when the Jira setup is incorrect.
On ORCL, check if database-type is oracle10g / oracle11g (depends on the JDBC drivers). Check the JDBC drivers, too.
I cannot believe that HSQL error is exactly the same, it works for me.
Yes, like I said, the install crashes even with hsql-db.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That's the wrong dbconfig.xml... that one is for hsql.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I would contact support, but this feels like someone forgot that Oracle supports identity column types differently by using sequences. It could also be the installation code did not recognize that an Oracle database is being used and sequence support was not added.
I don't have an Oracle installation to compare to, so I do not know for sure which type of error you are running into.
I am also assuming you setup your database type correctly.
http://confluence.atlassian.com/display/JIRA/Connecting+JIRA+to+Oracle
If not, please see the link below
http://confluence.atlassian.com/display/JIRA/Incorrect+database+type+specified
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
here the dbconfig.xml
{code}
<?xml version="1.0" encoding="UTF-8"?>
<jira-database-config>
<name>defaultDS</name>
<delegator-name>default</delegator-name>
<database-type>hsql</database-type>
<schema-name>PUBLIC</schema-name>
<jdbc-datasource>
<url>jdbc:hsqldb:/home/atlassuser/jira/jirahome/database/jiradb</url>
<driver-class>org.hsqldb.jdbcDriver</driver-class>
<username>sa</username>
<password></password>
<pool-size>15</pool-size>
<min-evictable-idle-time-millis>4000</min-evictable-idle-time-millis>
<time-between-eviction-runs-millis>5000</time-between-eviction-runs-millis>
</jdbc-datasource>
</jira-database-config>
{code}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What's the content of dbconfig.xml ? You will find this file in the JIRA home dir.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Same for us (jira 5.0.3) running on unix.
Even HSQL-DB crashes
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.