Openfire 配置老是出错

============问题描述============

老是出现错误:

A connection to the database could not be made. View the error message by opening the "\logs\error.log" log file, then go back to fix the problem.

我去看了error.log:

2013.09.26 11:40:03 org.jivesoftware.util.log.util.CommonsLogFactory - Prototype

com.mysql.jdbc.CommunicationsException: Communications link failure due to underlying exception: 

** BEGIN NESTED EXCEPTION ** 

java.net.UnknownHostException

MESSAGE: [host-name]

STACKTRACE:

java.net.UnknownHostException: [host-name]

        at java.net.InetAddress.getAllByName(Unknown Source)

        at java.net.InetAddress.getAllByName(Unknown Source)

        at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:246)

        at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:271)

        at com.mysql.jdbc.Connection.createNewIO(Connection.java:2771)

        at com.mysql.jdbc.Connection.<init>(Connection.java:1555)

        at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:285)

        at java.sql.DriverManager.getConnection(Unknown Source)

        at java.sql.DriverManager.getConnection(Unknown Source)

        at org.logicalcobwebs.proxool.DefaultConnectionBuilder.buildConnection(DefaultConnectionBuilder.java:39)

        at org.logicalcobwebs.proxool.Prototyper.buildConnection(Prototyper.java:159)

        at org.logicalcobwebs.proxool.Prototyper.sweep(Prototyper.java:102)

        at org.logicalcobwebs.proxool.PrototyperThread.run(PrototyperThread.java:44)

** END NESTED EXCEPTION **

Last packet sent to the server was 0 ms ago.

        at com.mysql.jdbc.Connection.createNewIO(Connection.java:2847)

        at com.mysql.jdbc.Connection.<init>(Connection.java:1555)

        at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:285)

        at java.sql.DriverManager.getConnection(Unknown Source)

        at java.sql.DriverManager.getConnection(Unknown Source)

        at org.logicalcobwebs.proxool.DefaultConnectionBuilder.buildConnection(DefaultConnectionBuilder.java:39)

        at org.logicalcobwebs.proxool.Prototyper.buildConnection(Prototyper.java:159)

        at org.logicalcobwebs.proxool.Prototyper.sweep(Prototyper.java:102)

        at org.logicalcobwebs.proxool.PrototyperThread.run(PrototyperThread.java:44)

不知道哪里错了。。。

mysql数据库我都完全卸载,注册表都删得一干二净了,重启电脑,又重新安装过mysql还是不行。。。

有谁配置过Openfire 的话,指导一下,哪里配置出问题了??!?!?!?

============解决方案1============

host-name你指定了吗

database-name你指定了吗

时间: 2024-12-25 05:57:04

Openfire 配置老是出错的相关文章

weblogic配置数据源出错

Connection test failed. Listener refused the connection with the following error: ORA-12505, TNS:listener does not currently know of SID given in connect descriptor The Connection descriptor used by the client was: 183.62.231.99:1521:orcl 修改:url: jdb

Openfire配置过程,以及与php交互注意事项。

Ben Werdmuller 是一位 Web 策划师和开发人员,他专注于开放源码平台.他是开源社交网络框架 Elgg 的共同创始人和技术带头人.Ben 的博客 http://benwerd.com/. 简介: 实时 web 应用程序是联网的应用程序,带有基于 web 的用户界面,能够及时显示刚刚发布的 Internet 信息.这样的应用程序示例包括社会新闻聚合器和监控工具,它们能够使用来自外部源的数据持续更新.在本教程中,您将创建一个小型通知工具 Pingstream,它使用 PHP 和 Jav

使用Openfire配置安卓客户端聊天服务器

Openfire是一种即时通信服务器,采用开放的XMPP协议,您可以使用各种支持XMPP协议的IM客户端软件登陆服务. Openfire 采用Java开发,开源的实时协作(RTC)服务器基于XMPP(Jabber)协议.Openfire安装和使用都非常简单,并利用Web进行管理.单台服务器可支持上万并发用户. 我给大家共享一下我的安装配置过程. 1.下载Openfire3.9.3,http://www.igniterealtime.org/downloads/index.jsp 这里有两个下载方

thinkcmf5更新模板代码分析,解决模板配置json出错导致数据库保存的配置项内容丢失问题

private function updateThemeFiles($theme, $suffix = 'html') { $dir = 'themes/' . $theme; $themeDir = $dir; $tplFiles = []; $root_dir_tpl_files = cmf_scan_dir("$dir/*.$suffix"); //默认情况下返回 模板目录(w0s目录)下的所有html文件名数组 foreach ($root_dir_tpl_files as $

关于“horizon view,在配置Composer出错问题”解决方法

关于"horizon view,在配置horizon view 添加服务器时,在view composer域添加时提示"检查管理员出错.请重新检查您的信息."问题解决方法 错误如图: 解决方法:1.先绕过View Composer设置."不使用View Composer",下一步直至完成.会看到已经生成了一条配置.选中这条信息后,点击"编辑"2.View Composer Server 设置点击"编辑"3.最后一直下

[scrapy] PIL老是出错,换成pillow解决问题

使用scrapy下载图片的时候,用PIL老是下载不成功 出现如下错误: IOError: encoder jpeg not available 据说是安装PIL之前缺少一些相关的包 freetype freetype-devel libpng libpng-devel libjpeg libjpeg-devel 然而我 # pip uninstall PIL # yum install freetype freetype-devel libpng libpng-devel libjpeg lib

wdcp后台验证码老是出错

想登陆后台操作点东西,发现后台一片空白,排除掉mysql和网站权限等问题后,从另外一台可以正常访问的网站拷贝后台程序覆盖(wdcp后台程序在/www/wdlinux/wdcp目录),后台可以正常打开 登陆后台,发现一只提示验证码错,输入正确的验证码也是如此. 求助程序员,提示session权限可能有问题,按这个思路去找解决方法 查看php的配置(这个时候我查看的是/www/wdlinux/php/etc/php.ini),发现session配置在/tmp路径下,把里面原有的sess开头的sess

openfire配置windows自动启动服务

window cmd命令  到openfire的bin目录下运行: openfire-service /install -- installs the service. openfire-service /uninstall -- uninstalls the service. openfire-service /start -- starts the service openfire-service /stop -- stops the service.

web.config中配置页面出错后跳转指定错误页面

每当用户访问错误页面时,会出现不友好的404错误,所以为了防止这种不友好,我们在web.config中的<system.web>节点下配置 <customErrors>,在出现比如403 404这样的错误时,跳转到我们自定义的页面 <customErrors>:用户错误配置节 该配置节能够指定当出现错误时,系统自动跳转到一个错误发生的页面,同时也能够为应用程序配置是否支持自定义错误.“<customErrors>”配置节包括两种属性,这两种属性分别为mode