Products | Versions |
---|---|
TIBCO ActiveMatrix BusinessWorks | - |
Not Applicable | - |
Resolution:
Description:
=======
Error Starting BW App On Unix Server. java.lang.IllegalArgumentException: not an error or warning message code: BW-XML-100001.
Environment:
===========
BW-Unix Environment
Symptoms:
========
The following exception stack trace will be logged.
java.lang.IllegalArgumentException: not an error or warning message code: BW-XML-100001
at com.tibco.pe.plugin.ConfigErrorsHelperBW.getConfigErrorCategory(Unknown Source)
at com.tibco.pe.plugin.ConfigErrorsHelperBW.createConfigError(Unknown Source)
at com.tibco.pe.plugin.ConfigErrorsHelperBW.createConfigError(Unknown Source)
at com.tibco.plugin.xml.XMLTransformActivity.setConfigParms(Unknown Source)
at com.tibco.pe.plugin.Activity.setConfigParms(Unknown Source)
at com.tibco.pe.model.ActivityReportGenerator.computeActivityData(Unknown Source)
at com.tibco.pe.model.ProcessReport.a(Unknown Source)
at com.tibco.pe.model.ProcessReport.a(Unknown Source)
at com.tibco.pe.model.ProcessReport.a(Unknown Source)
at com.tibco.pe.model.ProcessReport.a(Unknown Source)
at com.tibco.pe.model.ProcessReport.a(Unknown Source)
at com.tibco.pe.model.ProcessReport.a(Unknown Source)
at com.tibco.pe.model.ProcessReport.a(Unknown Source)
at com.tibco.pe.model.ProcessReport.a(Unknown Source)
at com.tibco.pe.model.ProcessReport.a(Unknown Source)
at com.tibco.pe.model.ProcessReport.a(Unknown Source)
at com.tibco.pe.model.ProcessReport.a(Unknown Source)
at com.tibco.pe.model.ProcessReport.do(Unknown Source)
at com.tibco.pe.model.ProcessReport.<init>(Unknown Source)
at com.tibco.ae.tools.palettes.processpalette.ProcessDefinitionValidationSupport.validateForDeployment(Unknown Source)
Cause:
=====
Improper XSL document import.
Sample :
<xsl:import href="/usr1/app/tibco/hiws/xsl/forecast-utils.xsl"/>
Resolution:
=======
Import XSL document should be in the following format.
<xsl:import href="file:/usr1/app/tibco/hiws/xsl/forecast-utils.xsl"/>
Without “file:”, the XSL import will fail.