JBOSS Configuration Failed
What should I do if JBOSS configuration fails?
Perform the following steps:
- Procedure
- Open the $JBOSS_HOME/standalone/configuration/standalone.xml file.
- Add the highlighted property, shown in the following example, within the
<system-properties>
tag:<system-properties> … … … … . …. … … … … … …. <property name="AC_HOME" value="<absolute AC_HOME path> "/> </system-properties>
- Check if the path $JBOSS_HOME/modules/system/layers/base/com/tibco/fulfillmentcatalog/main is available.
- Add the details of fulfillmentcatalog module to
standalone.xml.
<subsystem xmlns="urn:jboss:domain:ee:1.0"> <global-modules> … … … .. . . .. . . <module name="com.tibco.fulfillmentcatalog" slot="main"/> </global-modules> </subsystem>