Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 21:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×Ok I worked with support, found that there were the following errors in the logs;
java.lang.UnsupportedClassVersionError: net/sourceforge/jtds/jdbc/Driver : Unsupported major.minor version 51.0
Shut down crucible and fisheye, and replaced the JTDS driver I have in my FISHEYE_INST/lib folder from version 1.3.0 to 1.2.7, started up the service and now it works. A quick google of the error and found other people with got that error with the JTDS driver, and rolled back to an earlier on and it resolved the issue for other java/non-atlassian systems.
I am not sure why Confluence runs with the JTDS 1.3.0 driver and crucible+fisheye doesn't, but everything works now.
Ok I worked with support, found that there were the following errors in the logs;
java.lang.UnsupportedClassVersionError: net/sourceforge/jtds/jdbc/Driver : Unsupported major.minor version 51.0
Shut down crucible and fisheye, and replaced the JTDS driver I have in my FISHEYE_INST/lib folder version 1.3.0 with 1.2.7, started up the service and now it works. I quick google of the error and found other people with other systems got that error with the JTDS driver, and rolled back to an earlier on and it resolved the issue.
I am not sure why Confluence runs with the JTDS 1.3.0 driver and crucible+fisheye doesn't, but everything works now.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Tareeq Ali,
In order to investigate this issue further please open support request at https://support.atlassian.com (include your version number) and make sure to generate a Support Zip from the Administration menu (Administration >> System Settings >> Atlassian Support Tools >> Support Zip) and attach it to the ticket. The private JIRA instance is configured so that only Atlassian and you have access to the case and therefore it is a more appropriate location for us to gather any required system and/or configuration data from you. Also, make a comment on the support request referencing this post so the resolution can subsequently be posted back here for the benefit of the community.
Thanks,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok I worked with support, found that there were the following errors in the logs;
java.lang.UnsupportedClassVersionError: net/sourceforge/jtds/jdbc/Driver : Unsupported major.minor version 51.0
Shut down crucible and fisheye, and replaced the JTDS driver I have in my FISHEYE_INST/lib folder version 1.3.0 with 1.2.7, started up the service and now it works. I quick google of the error and found other people with other systems got that error with the JTDS driver, and rolled back to an earlier on and it resolved the issue.
I am not sure why Confluence runs with the JTDS 1.3.0 driver and crucible+fisheye doesn't, but everything works now.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm assuming you're referring to the stage of setup where you deploy the database. If all you see is "loading", I'd verify that you have network connectivity from the server to the db.
A simple telnet to 1443 goes a long way in determining connectivity.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes I already did that, yes I can telnet into the port, plus I have confluence running on the server, which also connects to the same SQL server. I have attempted to load the same JTDS .jar file that I have setup with confluence, by putting it into the FISHEYE_INST/lib directory (/opt/crucible/lib). I have the same problem, with the bundeled or user supplied jtds jar file. If I change to another database type, at least I get an error stating the connection failed, for the SQL server 2005 and 2008 it just sits there spinning, no error or anything else starting that it worked or failed. So when I do a test connection for SQL Server and point it to localhost, it just sits there at loading, no errors. Even went as far as turning debug on but I don't see any errors in the logs using log scanner. Its as if it doesn't do anything at all. I have attached what I get when I pick a MySQL database
This is the expected result, however when I pick SQL server it just sits there at loading, I tried it out earlier today, and it sat there loading for hours. I already have confluence running on this server connecting to this SQL server.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
How are you starting confluence? Service or startup.bat?
What's the cpu state of the server during the "Hang"? Is it high or low?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Confluence is started as a service, which is created by the confluence installer. I have crucible and fisheye running as service as well, creating a an init.d script that runs as the fisheye user that I have.
When I run the test, top shows me very little cpu usage, the max I ever saw cpu usage by the java process from the crucible user is 1%.
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.