javax.xml.parsers.FactoryConfigurationError running JBoss AS 7.1 with Java 7 update 171

后端 未结 4 961
温柔的废话
温柔的废话 2021-01-31 03:16

Upgrading Java from 7u161 to 7u171 prevents JBoss AS 7.1.1.Final from starting. I know JBoss AS 7.1.1 is EOL but for compatibi

4条回答
  •  不要未来只要你来
    2021-01-31 04:08

    I had same issue on my Production Server

    My Environment :-

    JBoss AS 7.1.1.Final      
    Red Hat Enterprise Linux 6.5     
    java: 1.7.0_181  
    

    Even i had jboss-modules.jar which comes by default in JBoss AS 7.1.1.Final ,
    So i downloaded jboss-modules-1.1.5.GA.jar , renamed it as jboss-modules.jar
    and replaced it with original jboss-modules.jar.

提交回复
热议问题