Unmatched Staffware_Input_Field error while deploying a project from Business Studio

Unmatched Staffware_Input_Field error while deploying a project from Business Studio

book

Article ID: KB0079082

calendar_today

Updated On:

Products Versions
TIBCO iProcess Engine (Oracle) 11.6.0
TIBCO iProcess Engine (DB2) 11.6.0
TIBCO Business Studio iProcess Add-in 3.5.1

Description

When an iProcess application is deployed from TIBCO Business Studio (Studio), the deployment may complete but throw a warning in studio stating "<TextMessage>EAI JAVA Error : Unmatched <Staffware_Input_Field></TextMessage>" on a particular step in a procedure. 

For Example:
==========
Deploying: file:/C:/iPE_Studio_Workspace_3.5.1/abc/.iProcessModules/abcd.xpdl,
Result:
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<ValidationData xmlns="http://bpm.tibco.com/2004/DEP/RES/1.0/RES" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://bpm.tibco.com/2004/DEP/RES/1.0/RES /staff/ipe/i1160o/schema/implibvalxml.xsd" xsi:schemaLocation="http://bpm.tibco.com/2004/DEP/RES/1.0/RES /staff/ipe/i1160o/schema/implibvalxml.xsd">
  <ValidationSession>
    <ValidationMsg MsgID="232" ProcedureID="14D00910-0F99-11E9-A6E8-9JXIBXSHRYQ4" ProcedureName="CARPOOL" Severity="Error" Stepname="STEP1">
      <TextMessage>EAI JAVA Error : Unmatched <Staffware_Input_Field></TextMessage>
    </ValidationMsg>
   </ValidationSession>
</ValidationData>
==========

Issue/Introduction

Business Studio throws "EAI JAVA Error : Unmatched " when deploying a project

Environment

All supported environments

Resolution

The error/warning that is thrown in Studio is benign and can be ignored. There is an existing JIRA IPE-4658 to address this in a future version of the TIBCO iProcess Engine.

As a precaution, verify all the procedure(s) deployed in Studio were imported with an UNRELEASED status, by getting the "plist -Pv" output

For Example:
==========
Procedure:CARPOOL
Version User Status Comment Created Modified Released
------------------------------------------------------------------------------
0.53 swadmin UNRELEASED New Version of Procedure Imported 03/05/2019 18:27
==========