In TIBCO BusinessEvents (BE) , after configuringthe environment for ActiveMatrix BusinessWorks Containers , the fields forBE Eventdo not show up in the input tab configuration.

In TIBCO BusinessEvents (BE) , after configuringthe environment for ActiveMatrix BusinessWorks Containers , the fields forBE Eventdo not show up in the input tab configuration.

book

Article ID: KB0084658

calendar_today

Updated On:

Products Versions
TIBCO BusinessEvents Enterprise Edition -
Not Applicable -

Description

Resolution:
Description:
===========
In TIBCO BusinessEvents, after configuring  the environment for ActiveMatrix BusinessWorks Containers, the fields for  BE Event  do not show up in the input tab configuration.

Environment:
===========
BusinessEvents 5.0.0
All Operating Systems

Symptoms:
=========
In designer console, the following exception is thrown:

java.lang.NullPointerException
    at com.tibco.be.bw.plugin.BEBWUtils.getElement(BEBWUtils.java:67)
    at com.tibco.be.bw.plugin.BESendEvent.getInputClass(BESendEvent.java:194)
    at com.tibco.pe.plugin.Activity.getInputTerm(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.do(Unknown Source)
    at com.tibco.pe.model.ProcessReport.&ltinit>(Unknown Source)
    at com.tibco.pe.model.ProcessReport.&ltinit>(Unknown Source)
    at com.tibco.ae.tools.palettes.processpalette.ProcessDefinition.f(Unknown Source)
    at com.tibco.ae.tools.palettes.processpalette.ProcessDefinition.cachedProcessReport(Unknown Source)
    at com.tibco.ae.tools.palettes.processpalette.ProcessDefinition.beforeOpen(Unknown Source)
    at com.tibco.ae.tools.designer.AEDocument.selectResource(AEDocument.java:918)
    at com.tibco.ae.tools.designer.AEDocument.forceSelection(AEDocument.java:828)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.tibco.util.Trampoline.invoke(Trampoline.java:136)
    at com.tibco.util.RunnableTrampoline.run(RunnableTrampoline.java:42)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:642)
    at java.awt.EventQueue.access$000(EventQueue.java:85)
    at java.awt.EventQueue$1.run(EventQueue.java:603)
    at java.awt.EventQueue$1.run(EventQueue.java:601)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:612)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)


Cause:
======
The Designer is not able to find the TIBCOxml.jar file. One other reason could be due to an incorrect BE installation where the ext folder is not created.

Resolution:
========
Explicitly prepend  the BE_HOME\lib\ext\tibco\TIBCOxml.jar file path to tibco.env.CUSTOM_CP_EX .

Issue/Introduction

In TIBCO BusinessEvents (BE) , after configuringthe environment for ActiveMatrix BusinessWorks Containers , the fields forBE Eventdo not show up in the input tab configuration.