Hi!!
Today I open my Jira form the browser, and this is the error that it apper...
HTTP Status 500 - com.opensymphony.module.propertyset.PropertyImplementationException: Unable to esablish a connection with the database. (Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.)
I'm trying to find the log of the error to post it here, but if someone have any idea about this, it colud be very helpfull for me...
Regards,
Marco
is the database running and accepting connections?
Yes, I also suggest to check the logs for any DB connectivity issues. If the DB is oracle, should see some ORA error.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
i'm using MySQL database on Windows server
In sercives.msc the service "MySQL" isn't Started!!! GREAT!
... but when I click on it, I have an error: "Error 1067: the process terminated unexpectedly"
Now I think it could be a problem of MySQL, correct??
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Through mysql can you connect to your database?
Rahul
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
allright, I will start to talk with my DBA...
Thanks for your help!!!!
I will post the solution, if I will reach it :-)
Regards,
Marco
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
thats what i expected...so you're right Marco.
this is not a jira issue...
i didn't read all the answers posted here -> http://forums.mysql.com/read.php?11,11388,11388
but you may find time to do so
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
focus on "Error 1067: the process terminated unexpectedly"
you cannot connect to a DB when your DB server is down
check .err files or any existing logs that contain mysql info.
there can be many reasons for the service to die immediately...
you will need to narrow them down
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You got it. your mysql is down. Can you check with your local admin/DBA to see whats wrong with the mysql instance
Rahul
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
JIRA 5.2 build: 812 started. You can now access JIRA through your web browser.
2013-01-23 16:07:33,978 localhost-startStop-1 WARN [atlassian.jira.startup.JiraStartupLogger]
WARNING: The system property 'mail.mime.decodeparameters' is not set to true. This may result in e-mail attachments with non-Latin filenames being dropped. For more information please see https://docs.atlassian.com/jira/docs-052/__setting_mail.mime.decodeparameters.
2013-01-23 16:07:33,993 localhost-startStop-1 FATAL [atlassian.jira.startup.JiraStartupLogger]
The following plugins are required by JIRA, but have not been started: Embedded Gadgets Plugin (com.atlassian.gadgets.embedded), Gadget Dashboard Plugin (com.atlassian.gadgets.dashboard), Gadget Directory Plugin (com.atlassian.gadgets.directory), Atlassian JIRA - Plugins - Gadgets Plugin (com.atlassian.jira.gadgets)
2013-01-23 16:07:33,993 localhost-startStop-1 FATAL [atlassian.jira.upgrade.UpgradeLauncher] Skipping, JIRA is locked.
2013-01-23 16:07:33,993 localhost-startStop-1 INFO [atlassian.jira.scheduler.JiraSchedulerLauncher] JIRA Scheduler not started: JIRA startup checklist failed.
2013-01-23 16:07:34,103 localhost-startStop-1 ERROR [jira.web.dispatcher.JiraWebworkActionDispatcher]
JIRA startup failed, JIRA has been locked.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is the error that now I have when I start Jira...
THO SOLUTION OF THE PROBLEM BEFORE: I have removed in the my.ini file of MySQL, the last 3 lines:
federated = 1 M
plugin =
plugin-load =
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.
I found the solution in this page:
https://confluence.atlassian.com/pages/viewpage.action?pageId=223220062
Thanks to all tor the help!!
Marco
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The error is that JIRA cannot contact the database. either its down or the password is incorrect? check you can ping the host (to know its alive), telnet to the database server port (to know the database its contactable) login with the credentials in the JIRA_HOME/dbconfig.xml file. Something there should show you the cause and allow you to resolve the problem.(Andy, nov 2012)
Also, Try removing all your plugins from the JIRA_HOME\plugins\installed-plugins and restart JIRA.
Rahul
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.