Linux 中的 JBoss standalone-full.xml system-properties 到远程服务器的路径

问题描述 投票:0回答:0

Jboss 版本:jboss-eap-7.2

我想添加一个属性值作为文件所在的另一台服务器(远程服务器)的路径.. 192.168.102.100 是另一台服务器机器,我知道我可能正在使用 Windows 概念,因为我是 linux 的新手..

我加了

    <system-properties>
        <property name="tafj.home" value="//192.168.102.100/home/t24/Temenos/TAFJ"/>
    </system-properties>

我有

"{\"WFLYCTL0080: Failed services\" => {\"jboss.deployment.subunit.\\\"TAFJJEE_EAR.ear\\\".\\\"TAFJJEE_EJB.jar\\\".component.TafjManagementBean.START\" => \"java.lang.IllegalStateException: WFLYEE0042: Failed to construct component instance
    Caused by: java.lang.IllegalStateException: WFLYEE0042: Failed to construct component instance
    Caused by: javax.ejb.EJBException: com.temenos.tafj.common.exception.BasicException: TAFJERR-1002: **The TAFJ Home directory has not been resolved**. Please check 'tafj.home' environment parameter. Detail : 192.168.102.100/home/t24/Temenos/TAFJ does not exist.
    Caused by: com.temenos.tafj.common.exception.BasicException: TAFJERR-1002: The TAFJ Home directory has not been resolved. Please check 'tafj.home' environment parameter. Detail : 192.168.102.100/home/t24/Temenos/TAFJ does not exist.\"}}"

有什么建议吗??

jboss jboss7.x
© www.soinside.com 2019 - 2024. All rights reserved.