You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I have created a database called CrowdTest. Given below the link to start
step4 Database configuration
https://confluence.atlassian.com/crowd/running-the-setup-wizard-192479.html
Tried JDBC Connection and JNDI data source. In both instances following errors pop up.
Appreciate any assistance to proceed fro this step.
JDBC Connection
Could not connect to the database: java.sql.SQLException: Network error IOException: Connection refused: connect
JNDI datasource
Error accessing datasource: Could not locate datasource: jdbc/CrowdTest
In the first screenshot, when the direct JDBC option was chosen, the Crowd database name, CrowdTest should be at the end of the JDBC URL instead of "Crowd"
To use the datasource option it is necessary to first have the datasource defined in the <crowd_install>/apache-tomcat/conf/server.xml file. The JNDI name matches the datasource name in the server.xml.
Direct JDBC connections are easier to administer; especially since this seems to be a test instance I recommend using the Direct JDBC option and changing the database name at the end of the JDBC URL.
I look forward to hearing whether you can connect that way.
Appreciate your reply. I checked with my DBA. I need something like the following. Database is CrowdTest. I haven't found the port ID yet
<servername>:<port>/<databasename>
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.