redmine internal error 500

遇到这个错误首先上服务器查看日志(在remine/log目录下,然后vi production.log,文件末尾是最近的日志),查到

Can‘t connect to local MySQL server through socket ‘/var/lib/mysql/mysql.sock‘ (2)

说明是mysql的错误

百度一下,有很多方案,最终尝试以下方案成功解决

第一步,查找mysql进程号

ps -A |grep -i mysql

第二步,kill 所有mysql进程

kill -9 进程号1 进程号2 ...

第三步,重启mysql服务

/etc/rc.d/init.d/mysql start

再访问redmine成功显示登陆页面

时间: 2024-11-14 12:15:48

redmine internal error 500的相关文章

Redmine出现500 Internal error错误

上次部署完Redmine,登陆后,进入个人页面或设置中,就会提示500 Internal error错误: Internal error An error occurred on the page you were trying to access. If you continue to experience problems please contact your Redmine administrator for assistance. If you are the Redmine admi

在使用pydelicious时出现HTTP Error 500: Internal Server Error的错误的解决方法:

问题:在学习<集体智慧编程>的过程中,第二章中如果你遇到了pydelicious.PyDeliciousException: HTTP Error 500: Internal Server Error这样的错误具体的 解决方法我是在stack overflow上找到的,原文链接分为两个部分 http://stackoverflow.com/questions/29543799/pydelicious-get-popularprogramming- doesnt-return-any-valid

python urllib2导出elasticsearch数据时 返回 &quot;urllib2.HTTPError: HTTP Error 500: Internal Server Error&quot;

0.业务场景 将ES中某个index的某个字段的所有数据,导出到文件中 1.ES数据导出方法简述 ES数据导出方法,我主要找到了以下几个方面,欢迎大家补充: ES官方API:snapshot and restore module The snapshot and restore module allows to create snapshots of individual indices or an entire cluster into a remote repository like sha

apache出现 internal server error 500错误常见原因

新手使用apache环境开发时,时不时会遇到"internal server error 500",按照翻译,应该是服务器内部错误,难道apache出错了,Apache破损了,答案显然不是这样的,实际上,就是apache无法正常解析文件,所以就抛出这个错误. 那么,产生这个错误的原因常见是什么呢? 一般就是2点: 第一,权限配置问题,文件没有权限进行读取,就会抛出这个错误,这个原因在linux环境对于新手常见. 第二,.htacess配置错误,一种是里面语法有错误,一种是没有开启mod

点滴积累【other】---Windows 7 IIS (HTTP Error 500.21 - Internal Server Error)解决方案(转载)

此文来自:http://blog626.blog.163.com/blog/static/105610732201051591450870/ 搭建IIS时出现如下错误: HTTP Error 500.21 - Internal Server Error Handler "WebServiceHandlerFactory-Integrated" has a bad module "ManagedPipelineHandler" in its module list.

项目部署错误 HTTP Error 500.19 - Internal Server Error

HTTP Error 500.19 - Internal Server Error配置错误: 不能在此路径中使用此配置节.如果在父级别上锁定了该节,便会出现这种情况.锁定是默认设置的 (overrideModeDefault="Deny"),或者是通过包含 overrideMode="Deny" 或旧有的 allowOverride="false" 的位置标记明确设置的. 出现这个错误是因为 IIS 7 采用了更安全的 web.config 管理

Internal Server Error 500 错误

配置好虚拟主机之后进行访问,出现如下错误: 错误代码: Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, [email protected] and inform them of the time the error o

HTTP Error 500.21解决方案

Windows 7 IIS (HTTP Error 500.21 - Internal Server Error)解决方案 今天在测试网站的时候,在浏览器中输入http://localhost/时,发生如下错误: HTTP Error 500.21 - Internal Server Error Handler "WebServiceHandlerFactory-Integrated" has a bad module "ManagedPipelineHandler"

HTTP Error 500.19

HTTP Error 500.19 - Internal Server Error The requested page cannot be accessed because the related configuration data for the page is invalid. https://stackoverflow.com/questions/9216158/the-requested-page-cannot-be-accessed-because-the-related-conf