linux - jboss服务器未连接

标签 linux maven unix jboss host

当我使用 connect 语句时,它显示以下错误

The controller is not available at localhost:9999: java.net.ConnectException: JBAS012174:
Could not connect to remote://localhost:9999. The connection failed: JBAS012174: Could not
connect to remote://localhost:9999. The connection failed: Connection refused
[disconnected /]

最佳答案

我在连接到端口 9999 上的 native 管理界面时遇到问题,最终我需要做的就是通过将以下内容添加到standalone.XML 文件来启用该界面:

<management-interfaces>
  <native-interface security-realm="ManagementRealm">
      <socket-binding native="management-native"/>
  </native-interface>
         :
<management-interfaces>

关于linux - jboss服务器未连接,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41977251/

相关文章:

linux - 期望从不匹配模式

linux - Raspberry Pi 系统在文件传输时崩溃

linux - 如何使用 grep 在给定字符串的一部分的情况下仅输出一行中的字符串?

macos - 通过命令行登录 OSX

java - 覆盖 Apereo CAS 5 时没有 web.xml

c++ - 检测到子进程因操作系统内存不足而被终止

javascript - Nodejs child_process执行shell命令

创建我自己的进程名称并在 Top Linux 中显示

java - 无法计算构建计划 : Plugin org. apache.maven.plugins :maven-resources-plugin:2. 6 或其依赖项之一无法解析

java - “gpg2”未被识别为内部或外部命令