我正面临着这个特殊的问题。我的系统立即从多用户模式自动切换到单用户模式
该错误(信号15终止)。日志消息的详细信息如下。我有以下问题: 1.为什么会发生这个错误? 2.如何将系统从单用户模式恢复到多用户模式
var/log/messages
auditd[2460]: The audit daemon is now changing the system to single user mode
init: Switching to runlevel:1
sshd[4945]: Accepted public key from user 200.x.x.x
sshd[7927]: Recei
我创建了一个加入Openfire Server中的多用户聊天室的示例程序。
我将多人聊天室的“最大房间占有率”改为“无限制”。
在加入大约850个用户的多用户聊天室时,我得到了以下异常
org.jivesoftware.openfire.session.LocalSession - Internal server error
java.lang.NullPointerException
at org.jivesoftware.openfire.nio.NIOConnection.deliver(NIOConnection.java:356)
at org.jivesoftware.openfi