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.
Hi There,
I get "The specified class was not found in the class path." during the database configuration step
I have jtds-1.2.4.jar (these are real jar files, not .zips renamed to jars) in C:\crowd\atlassian-crowd-2.3.2\apache-tomcat\lib
and my config in the wizard looks like this
Databas: Microsoft SQL Server
Driver Class Name: net.sourceforge.jtds.jdbc.Driver
JDBC URL: jdbc:jtds:sqlserver://localhost:1433/crowd
username:xxx
password: xxx
Hibernate Dialect: org.hibernate.dialect.SQLServerDialect
MY SQL install is MS SQL Server 2008R2
note: I have confluence and JIRA sucessfully installed as well
TIA
Ok so I figured it out...
1) for some reason, because I had a confluence instance of tomcat running (not as a service), it gave the JTDS error
2) my DB was actually named crowddb not crowd, so my URL should have been JDBC URL: jdbc:jtds:sqlserver://localhost:1433/crowddb (this should of generated a DB does not exist or something error).
So it seems like there were some false positives and incorrect errors / lack of errors being thrown during the install.
Looks like a couple here bugs to me ;) Reported them to Atlassian
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.