Gen Java Proxy TranData.getTranEntry Null or empty TranEntryClass passed in
search cancel

Gen Java Proxy TranData.getTranEntry Null or empty TranEntryClass passed in

book

Article ID: 219818

calendar_today

Updated On:

Products

Gen Gen - Run Time Distributed

Issue/Introduction

Gen Java Proxy runtime error exception when connecting to Gen Transaction Enabler (aefad/aefuf) server:
java.lang.Exception: com.ca.gen.csu.exception.CSUException:  [Function: TranData.getTranEntry]Null or empty TranEntryClass passed in.

Environment

Gen Run Time, Proxies

Resolution

The commcfg.properties did not have a valid entry. It should have something like the following.

*=TCP myhost 2008

  • There should be no # (comment) in the first character of the line. Put the * as the first character.

  • Replace myhost with the machine name or IP address of the Gen Server running the aefad/aefuf.

  • Replace 2008 with the correct port number for the Gen aefuf (default is 2008).