Error Types (Magic xpa 2.x)
The following are cases when the Magic enterprise server returns an error, and what the errors mean.
Code
|
Description
|
Occurrence
|
Action
|
104
|
Application in use
|
During License validation
|
The EJB continues to connect to the enterprise server for as long as allowed in the CommunicationTimeout setting. If the EJB fails to connect it will throw the “ApplicationBusy” exception to the client that activated it.
|
109
|
Connection to the Enterprise server refused
|
During termination
|
Verify that the enterprise server you wish to terminate is at the requested address.
|
117
|
J2EE type servers can only accept remote calls from EJBs
|
Following a remote call by a different requester
|
Set Gateway=5 in the Mgreq.ini file, to ensure that users cannot send remote calls from a command line or web requester in this directory.
|
128
|
Application rejected
|
When a request is accepted by an enterprise server that has another application open
|
The EJB continues to connect to the enterprise server for as long as allowed in the CommunicationTimeout setting. If the EJB fails to connect it will throw the “ApplicationBusy” exception to the client that activated it.
|
136
|
Maximum number of hits was reached
|
During license validation
|
Enable more license access than allowed for in the enterprise server
|
138
|
Program aborted during execution
|
|
The EJB includes error messages from the aborted program in an exception thrown to the EJB client.
|
Partitioning Errors