JBAS015810:无法解决jboss 7.1.1.Final中的接口不安全 [英] JBAS015810: failed to resolve interface unsecure in jboss 7.1.1.Final

查看:682
本文介绍了JBAS015810:无法解决jboss 7.1.1.Final中的接口不安全的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我尝试在JBoss7.1.1.Final中部署我的应用程序(JSF,Primefaces和EJB)时,部署失败并显示以下错误消息.

When i try to deploy my application (JSF, Primefaces and EJB) in JBoss7.1.1.Final, the deployment failed and showing the following error messages.

15:07:54,373 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-1) MSC00001: Failed to start service jboss.network.unsecure: org.jboss.msc.service.StartException in service jboss.network.unsecure: JBAS015810: failed to resolve interface unsecure
            at org.jboss.as.server.services.net.NetworkInterfaceService.start(NetworkInterfaceService.java:97) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]
            at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
            at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
            at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_91]
            at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_91]
            at java.lang.Thread.run(Thread.java:745) [rt.jar:1.7.0_91]

15:07:54,399 INFO  [org.jboss.as.naming] (MSC service thread 1-1) JBAS011802: Starting Naming Service
15:07:54,464 INFO  [org.jboss.jaxr] (MSC service thread 1-1) JBAS014000: Started JAXR subsystem, binding JAXR connection factory into JNDI as: java:jboss/jaxr/ConnectionFactory
15:07:54,489 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-2) JBAS015400: Bound mail session [java:jboss/mail/Default]
15:07:54,531 INFO  [org.jboss.ws.common.management.AbstractServerConfig] (MSC service thread 1-3) JBoss Web Services - Stack CXF Server 4.0.2.GA
15:07:54,841 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-1) JBAS015012: Started FileSystemDeploymentService for directory /usr/share/jboss-as-7.1.1.Final/standalone/deployments
15:08:00,262 INFO  [org.jboss.as.controller] (Controller Boot Thread)   JBAS014774: Service status report
JBAS014777:   Services which failed to start:      service jboss.network.public: org.jboss.msc.service.StartException in service jboss.network.public: JBAS015810: failed to resolve interface public
  service jboss.network.unsecure: org.jboss.msc.service.StartException in service jboss.network.unsecure: JBAS015810: failed to resolve interface unsecure
  service jboss.network.management: org.jboss.msc.service.StartException in service jboss.network.management: JBAS015810: failed to resolve interface management

端口自动(8080)关闭. 任何人都知道问题出在哪里.

the port is automatically (8080) closing. Anyone have any idea what is the problem.

<interfaces>
    <interface name="management">
        <inet-address value="${jboss.bind.address.management:127.0.0.1}"/>
    </interface>
    <interface name="public">
        <inet-address value="${jboss.bind.address:127.0.0.1}"/>
    </interface>
    <!-- TODO - only show this if the jacorb subsystem is added  -->
    <interface name="unsecure">
        <!--
          ~  Used for IIOP sockets in the standard configuration.
          ~                  To secure JacORB you need to setup SSL 
          -->
        <inet-address value="${jboss.bind.address.unsecure:127.0.0.1}"/>
    </interface>
</interfaces>

推荐答案

您是否对standalone.xml或standalone.conf进行了任何更改以设置新的绑定地址?在这种情况下,您很可能需要在/etc/sysconfig/network-scripts/ifcfg-lo:1中创建一个回送条目.

Have you made any changes to standalone.xml or standalone.conf to set a new bind address? In that case, you will most probably need to create a loopback entry in /etc/sysconfig/network-scripts/ifcfg-lo:1.

查看此链接以获取详细信息: https://developer.jboss.org/thread/222677?tstart=0& ; _sscc = t

Check this link for details: https://developer.jboss.org/thread/222677?tstart=0&_sscc=t

这篇关于JBAS015810:无法解决jboss 7.1.1.Final中的接口不安全的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆