EGL Java run-time error code CSO8100E
CSO8100E: Unable to get a connection factory. Exception is %1
Explanation
The exception was thrown during a look-up of the connection factory that is used on a call when the value of the remoteComType property is CICSJ2C. The remoteComType property is in the linkage options part, in the callLink element for the called program.
The name of the connection factory begins java:comp/env/, followed by the value that you set in the location property of the same callLink element.
User Response
Make sure that the connection factory is defined properly in the J2EE environment and that the value for the location property is correct in the callLink element for the called program.