BFGUE0001 - BFGUE9999
- BFGUE0001E
- An internal error occurred.
- Severity
- 20 : Error
- Explanation
- This exception is unexpected. The cause is not immediately known.
- Response
- If the problem persists, see problem determination information in the product documentation.
- BFGUE0002E
- An internal error occurred.
- Severity
- 20 : Error
- Explanation
- This exception is unexpected. The cause is not immediately known.
- Response
- If the problem persists, see problem determination information in the product documentation.
- BFGUE0003E
- A user exit routine, implemented by class <insert_0>, could not be instantiated because this class does not have a public visibility default constructor. The exception is: <insert_1>.
- Severity
- 20 : Error
- Explanation
- The user exit routine class, named in the message, could not be created because the class's no-argument, default constructor was not marked as having public visibility.
- Response
- Alter the source code for the specified class so that the no-argument default constructor has public visibility. Recompile the class and replace the existing user exit routine with the new version. Restart the agent.
- BFGUE0004E
- A user exit routine, implemented by class <insert_0>, could not be instantiated because the class does not have a default constructor. The exception is: <insert_1>
- Severity
- 20 : Error
- Explanation
- The user exit routine class, named in the message, could not be created because the class does not have a no-argument default constructor.
- Response
- Alter the source code for the specified class so that the class has a public visibility no-argument default constructor. Recompile the class and replace the existing user exit routine with the new version. Restart the agent.
- BFGUE0005E
- A user exit routine, implemented by class <insert_0>, could not be instantiated because the class threw an exception during instantiation using the default constructor. The exception is: <insert_1>
- Severity
- 20 : Error
- Explanation
- The user exit routine class, named in the message, could not be created. This is because the no-argument default constructor of the class threw the specified exception when invoked.
- Response
- Investigate the cause of the exception and correct the source code for the specified class. Recompile the class and replace the existing user exit routine with the new version. Restart the agent.
- BFGUE0006E
- A user exit routine, implemented by class <insert_0>, could not be instantiated because the class threw an exception during instantiation using the default constructor. The exception is: <insert_1>
- Severity
- 20 : Error
- Explanation
- The user exit routine class, named in the message, could not be created. This is because the no-argument default constructor of the class threw the specified exception when invoked.
- Response
- Investigate the cause of the exception and correct the source code for the specified class. Recompile the class and replace the existing user exit routine with the new version. Restart the agent. If you cannot resolve the problem, contact the IBM support center for further assistance.
- BFGUE0007E
- Transfer <insert_0> has been canceled because the destination data exit routine implemented by class <insert_1> returned a value of null.
- Severity
- 20 : Error
- Explanation
- The exit routine class, named in the message, returned a value of null while processing the specified transfer. This is not a valid return value for the exit routine and caused the specified transfer to be canceled.
- Response
- Consult the product documentation to determine the values that are permitted and correct the source code for the specified class so that the code returns one of these values. Recompile the class and replace the existing user exit routine with the new version. Restart the agent and reissue the transfer request.
- BFGUE0008E
- Transfer <insert_0> has been canceled because the destination data exit routine implemented by class <insert_1> threw an exception. The exception is: <insert_2>
- Severity
- 20 : Error
- Explanation
- The exit routine class, named in the message, threw the specified exception during the processing of the specified transfer. It is not valid for user exit routines to throw exceptions and this caused the specified transfer to be canceled.
- Response
- Investigate the cause of the exception and correct the source code for the specified class as appropriate. Recompile the class and replace the existing user exit routine with the new version. Restart the agent and reissue the transfer request.
- BFGUE0009E
- The agent cannot continue because the destination data exit routine implemented by class <insert_0> threw an exception. The exception is: <insert_1>
- Severity
- 20 : Error
- Explanation
- The exit routine class, named in the message, threw the specified exception during the processing of a transfer. It is not valid for user exit routines to throw exceptions. The agent cannot continue and will end.
- Response
- Investigate the cause of the exception and correct the source code for the specified class as appropriate. Recompile the class and replace the existing user exit routine with the new version. Restart the agent. If you cannot resolve the problem, contact the IBM support center for further assistance.
- BFGUE0010E
- Transfer <insert_0> has been canceled because the destination file exit routine implemented by class <insert_1> returned a value of null.
- Severity
- 20 : Error
- Explanation
- The exit routine class, named in the message, returned a value of null while processing the specified transfer. This is not a valid return value for the exit routine and caused the specified transfer to be canceled.
- Response
- Consult the product documentation to determine the values that are permitted. Correct the source code for the specified class so that the code returns one of these values. Recompile the class and replace the existing user exit routine with the new version. Restart the agent and reissue the transfer request.
- BFGUE0011E
- Transfer <insert_0> has been canceled because the destination file exit routine implemented by class <insert_1> threw an exception. The exception is: <insert_2>
- Severity
- 20 : Error
- Explanation
- The exit routine class, named in the message, threw the specified exception during the processing of the specified transfer. It is not valid for user exit routines to throw exceptions and this caused the specified transfer to be canceled.
- Response
- Investigate the cause of the exception and correct the source code for the specified class as appropriate. Recompile the class and replace the existing user exit routine with the new version. Restart the agent and reissue the transfer request.
- BFGUE0012E
- The agent cannot continue because the destination file exit routine implemented by class <insert_0> threw an exception. The exception is: <insert_1>
- Severity
- 20 : Error
- Explanation
- The exit routine class, named in the message, threw the specified exception during the processing of a transfer. It is not valid for user exit routines to throw exceptions. The agent cannot continue and will end.
- Response
- Investigate the cause of the exception and correct the source code for the specified class as appropriate. Recompile the class and replace the existing user exit routine with the new version. Restart the agent. If you cannot resolve the problem, contact the IBM support center for further assistance.
- BFGUE0013E
- Transfer <insert_0> has been canceled because the destination transfer end exit routine implemented by class <insert_1> threw an exception. The exception is: <insert_2>
- Severity
- 20 : Error
- Explanation
- The exit routine class, named in the message, threw the specified exception during the processing of the specified transfer. It is not valid for user exit routines to throw exceptions and this caused the specified transfer to be canceled.
- Response
- Investigate the cause of the exception and correct the source code for the specified class as appropriate. Recompile the class and replace the existing user exit routine with the new version. Restart the agent and reissue the transfer request.
- BFGUE0014E
- The agent cannot continue because the destination transfer end exit routine implemented by class <insert_0> threw an exception. The exception is: <insert_1>
- Severity
- 20 : Error
- Explanation
- The exit routine class, named in the message, threw the specified exception during the processing of a transfer. It is not valid for user exit routines to throw exceptions. The agent cannot continue and will end.
- Response
- Investigate the cause of the exception and correct the source code for the specified class as appropriate. Recompile the class and replace the existing user exit routine with the new version. Restart the agent. If you cannot resolve the problem, contact the IBM support center for further assistance.
- BFGUE0015E
- Transfer <insert_0> has been canceled because the destination transfer start exit routine implemented by class <insert_1> returned a value of null.
- Severity
- 20 : Error
- Explanation
- The exit routine class, named in the message, returned a value of null while processing the specified transfer. This is not a valid return value for the exit routine and caused the specified transfer to be canceled.
- Response
- Consult the product documentation to determine the values that are permitted and correct the source code for the specified class so that the code returns one of these values. Recompile the class and replace the existing user exit routine with the new version. Restart the agent and reissue the transfer request.
- BFGUE0016E
- Transfer <insert_0> has been canceled because the destination transfer start exit routine implemented by class <insert_1> threw an exception. The exception is: <insert_2>
- Severity
- 20 : Error
- Explanation
- The exit routine class, named in the message, threw the specified exception during the processing of the specified transfer. It is not valid for user exit routines to throw exceptions and this caused the specified transfer to be canceled.
- Response
- Investigate the cause of the exception and correct the source code for the specified class as appropriate. Recompile the class and replace the existing user exit routine with the new version. Restart the agent and reissue the transfer request.
- BFGUE0017E
- The agent cannot continue because the destination transfer start exit routine implemented by class <insert_0> threw an exception. The exception is: <insert_1>
- Severity
- 20 : Error
- Explanation
- The exit routine class, named in the message, threw the specified exception during the processing of a transfer. It is not valid for user exit routines to throw exceptions. The agent cannot continue and will end.
- Response
- Investigate the cause of the exception and correct the source code for the specified class as appropriate. Recompile the class and replace the existing user exit routine with the new version. Restart the agent. If you cannot resolve the problem, contact the IBM support center for further assistance.
- BFGUE0018E
- Transfer <insert_0> has been canceled because the source data exit routine implemented by class <insert_1> returned a value of null.
- Severity
- 20 : Error
- Explanation
- The exit routine class, named in the message, returned a value of null while processing the specified transfer. This is not a valid return value for the exit routine and caused the specified transfer to be canceled.
- Response
- Consult the product documentation to determine the values that are permitted and correct the source code for the specified class so that the code returns one of these values. Recompile the class and replace the existing user exit routine with the new version. Restart the agent and reissue the transfer request.
- BFGUE0019E
- Transfer <insert_0> has been canceled because the source data exit routine implemented by class <insert_1> threw an exception. The exception is: <insert_2>
- Severity
- 20 : Error
- Explanation
- The exit routine class, named in the message, threw the specified exception during the processing of the specified transfer. It is not valid for user exit routines to throw exceptions and this caused the specified transfer to be canceled.
- Response
- Investigate the cause of the exception and correct the source code for the specified class as appropriate. Recompile the class and replace the existing user exit routine with the new version. Restart the agent and reissue the transfer request.
- BFGUE0020E
- The agent cannot continue because the source data exit routine implemented by class <insert_0> threw an exception. The exception is: <insert_1>
- Severity
- 20 : Error
- Explanation
- The exit routine class, named in the message, threw the specified exception during the processing of a transfer. It is not valid for user exit routines to throw exceptions. The agent cannot continue and will end.
- Response
- Investigate the cause of the exception and correct the source code for the specified class as appropriate. Recompile the class and replace the existing user exit routine with the new version. Restart the agent. If you cannot resolve the problem, contact the IBM support center for further assistance.
- BFGUE0021E
- Transfer <insert_0> has been canceled because the source file exit routine implemented by class <insert_1> returned a value of null.
- Severity
- 20 : Error
- Explanation
- The exit routine class, named in the message, returned a value of null while processing the specified transfer. This is not a valid return value for the exit routine and caused the specified transfer to be canceled.
- Response
- Consult the product documentation to determine the values that are permitted and correct the source code for the specified class so that the code returns one of these values. Recompile the class and replace the existing user exit routine with the new version. Restart the agent and reissue the transfer request.
- BFGUE0022E
- Transfer <insert_0> has been canceled because the source file exit routine implemented by class <insert_1> threw an exception. The exception is: <insert_2>
- Severity
- 20 : Error
- Explanation
- The exit routine class, named in the message, threw the specified exception during the processing of the specified transfer. It is not valid for user exit routines to throw exceptions and this caused the specified transfer to be canceled.
- Response
- Investigate the cause of the exception and correct the source code for the specified class as appropriate. Recompile the class and replace the existing user exit routine with the new version. Restart the agent and reissue the transfer request.
- BFGUE0023E
- The agent cannot continue because the source file exit routine implemented by class <insert_0> threw an exception. The exception is: <insert_1>
- Severity
- 20 : Error
- Explanation
- The exit routine class, named in the message, threw the specified exception during the processing of a transfer. It is not valid for user exit routines to throw exceptions. The agent cannot continue and will end.
- Response
- Investigate the cause of the exception and correct the source code for the specified class as appropriate. Recompile the class and replace the existing user exit routine with the new version. Restart the agent. If you cannot resolve the problem, contact the IBM support center for further assistance.
- BFGUE0024E
- Transfer <insert_0> has been canceled because the source transfer end exit routine implemented by class <insert_1> threw an exception. The exception is: <insert_2>
- Severity
- 20 : Error
- Explanation
- The exit routine class, named in the message, threw the specified exception during the processing of the specified transfer. It is not valid for user exit routines to throw exceptions and this caused the specified transfer to be canceled.
- Response
- Investigate the cause of the exception and correct the source code for the specified class as appropriate. Recompile the class and replace the existing user exit routine with the new version. Restart the agent and reissue the transfer request.
- BFGUE0025E
- The agent cannot continue because the source transfer end exit routine implemented by class <insert_0> threw an exception. The exception is: <insert_1>
- Severity
- 20 : Error
- Explanation
- The exit routine class, named in the message, threw the specified exception during the processing of a transfer. It is not valid for user exit routines to throw exceptions. The agent cannot continue and will end.
- Response
- Investigate the cause of the exception and correct the source code for the specified class as appropriate. Recompile the class and replace the existing user exit routine with the new version. Restart the agent. If you cannot resolve the problem, contact the IBM support center for further assistance.
- BFGUE0026E
- Transfer <insert_0> has been canceled because the source transfer start exit routine implemented by class <insert_1> returned a value of null.
- Severity
- 20 : Error
- Explanation
- The exit routine class, named in the message, returned a value of null while processing the specified transfer. This is not a valid return value for the exit routine and caused the specified transfer to be canceled.
- Response
- Consult the product documentation to determine the values that are permitted and correct the source code for the specified class so that the code returns one of these values. Recompile the class and replace the existing user exit routine with the new version. Restart the agent and reissue the transfer request.
- BFGUE0027E
- Transfer <insert_0> has been canceled because the source transfer start exit routine implemented by class <insert_1> threw an exception. The exception is: <insert_2>
- Severity
- 20 : Error
- Explanation
- The exit routine class, named in the message, threw the specified exception during the processing of the specified transfer. It is not valid for user exit routines to throw exceptions and this caused the specified transfer to be canceled.
- Response
- Investigate the cause of the exception and correct the source code for the specified class as appropriate. Recompile the class and replace the existing user exit routine with the new version. Restart the agent and reissue the transfer request.
- BFGUE0028E
- The agent cannot continue because the source transfer start exit routine implemented by class <insert_0> threw an exception. The exception is: <insert_1>
- Severity
- 20 : Error
- Explanation
- The exit routine class, named in the message, threw the specified exception during the processing of a transfer. It is not valid for user exit routines to throw exceptions. The agent cannot continue and will end.
- Response
- Investigate the cause of the exception and correct the source code for the specified class as appropriate. Recompile the class and replace the existing user exit routine with the new version. Restart the agent. If you cannot resolve the problem, contact the IBM support center for further assistance.
- BFGUE0029E
- The agent cannot continue because the user exit class ''<insert_0>'' referenced by property ''<insert_1>'' could not be found. The exception is: <insert_2>
- Severity
- 20 : Error
- Explanation
- The agent could not find the specified user exit class, which was referenced by the specified property. The agent cannot continue processing without this class being present and will end. The class might be named incorrectly by the property, or might be missing from either the agent's exit directory or the agent's exit class path. This problem might also occur if one of the classes that the named class depends upon is either missing from the agent's exit directory or agent's class path.
- Response
- Determine if the class, named in the exception, should be named by the specified property. If not, update the agent's configuration to remove the class and restart the agent. If the named class should be named by the specified property, check that the class is present in either the agent's exits directory or on the agent's exit class path. If the class is present check that any classes it depends upon are present either in the agent's exits directory or on the agent's exit class path.
- BFGUE0030E
- The agent cannot continue because the user exit class ''<insert_0>'' referenced by property ''<insert_1>'' does not implement the required interface type of ''<insert_2>''.
- Severity
- 20 : Error
- Explanation
- The user exit class, specified in the message, cannot be used because the class does not implement the required interface type, which is also specified. The user exit class must implement the specified interface to be a valid user exit class to name using the specified property.
- Response
- Confirm that the user exit class has been specified using the correct property. If appropriate modify the agent's configuration to change the property used to specify the user exit class. If the exit class has been specified using the correct property, check that the exit class implements the required interface as specified in the message. If appropriate modify the source code for the user exit routine and recompile the class. Replace the existing user exit routine with the new version and restart the agent.
- BFGUE0031E
- The agent cannot continue because the user exit class ''<insert_0>'' referenced by property ''<insert_1>'' does not have a public visibility default constructor. The exception is: <insert_2>
- Severity
- 20 : Error
- Explanation
- The user exit routine class, named in the message, could not be created because class's no-argument, default constructor was not marked as having public visibility.
- Response
- Alter the source code for the specified class so that the no-argument default constructor has public visibility. Recompile the class and replace the existing user exit routine with the new version. Restart the agent.
- BFGUE0032E
- The agent cannot continue because the user exit class ''<insert_0>'' referenced by property ''<insert_1>'' does not have a default constructor. The exception is: <insert_2>
- Severity
- 20 : Error
- Explanation
- The user exit routine class, named in the message, could not be created because the class's no-argument, default constructor was not marked as having public visibility.
- Response
- Alter the source code for the specified class so that the no-argument default constructor has public visibility. Recompile the class and replace the existing user exit routine with the new version. Restart the agent.
- BFGUE0033E
- The agent cannot continue because the user exit class ''<insert_0>'' referenced by property ''<insert_1>'' because this class threw an exception during its instantiation. The exception is: <insert_2>
- Severity
- 20 : Error
- Explanation
- The user exit routine class, named in the message, could not be created. This is because the no-argument default constructor of the class threw the specified exception when invoked.
- Response
- Investigate the cause of the exception and correct the source code for the specified class. Recompile the class and replace the existing user exit routine with the new version. Restart the agent.
- BFGUE0034E
- The agent cannot continue because the user exit class ''<insert_0>'' referenced by property ''<insert_1>'' because this class threw an exception during its instantiation. The exception is: <insert_2>
- Severity
- 20 : Error
- Explanation
- The user exit routine class, named in the message, could not be created. This is because the no-argument default constructor of the class threw the specified exception when invoked.
- Response
- Investigate the cause of the exception and correct the source code for the specified class. Recompile the class and replace the existing user exit routine with the new version. Restart the agent. If you cannot resolve the problem, contact the IBM support center for further assistance.
- BFGUE0035E
- A task for the monitor with name <insert_0> and id <insert_1> has been canceled because the monitor exit routine implemented by class <insert_2> returned a value of null.
- Severity
- 20 : Error
- Explanation
- The exit routine class, named in the message, returned a value of null while processing the specified task. This is not a valid return value for the exit routine and caused the specified task to be canceled.
- Response
- Consult the product documentation to determine the values that are permitted and correct the source code for the specified class so that the code returns one of these values. Recompile the class and replace the existing user exit routine with the new version. Restart the agent.
- BFGUE0036E
- A task for the monitor with name <insert_0> and id <insert_1> has been canceled because the monitor exit routine implemented by class <insert_2> threw an exception. The exception is: <insert_3>
- Severity
- 20 : Error
- Explanation
- The exit routine class, named in the message, threw the specified exception during the processing of the specified task. It is not valid for user exit routines to throw exceptions and this caused the specified task to be canceled.
- Response
- Investigate the cause of the exception and correct the source code for the specified class as appropriate. Recompile the class and replace the existing user exit routine with the new version. Restart the agent.
- BFGUE0037E
- The agent cannot continue because the monitor exit onMonitor() method implemented by class <insert_0> threw an exception. The exception is: <insert_1>
- Severity
- 20 : Error
- Explanation
- The exit routine class, named in the message, threw the specified exception during the processing of a transfer. It is not valid for user exit routines to throw exceptions. The agent cannot continue and will end.
- Response
- Investigate the cause of the exception and correct the source code for the specified class as appropriate. Recompile the class and replace the existing user exit routine with the new version. Restart the agent. If you cannot resolve the problem, contact the IBM support center for further assistance.
- BFGUE0038E
- The initialization of the credential exit failed because the initialize() method implemented by class <insert_0> threw an exception. The exception is: <insert_1>
- Severity
- 20 : Error
- Explanation
- The exit routine class, named in the message, threw the specified exception during the processing of the specified task. It is not valid for user exit routines to throw exceptions and this caused the specified task to be canceled.
- Response
- Investigate the cause of the exception and correct the source code for the specified class as appropriate. Recompile the class and replace the existing user exit routine with the new version. Restart the agent.
- BFGUE0039E
- The agent cannot continue because the initalize() method implemented by class <insert_0> threw an exception. The exception is: <insert_1>
- Severity
- 20 : Error
- Explanation
- The exit routine class, named in the message, threw the specified exception during the processing of a transfer. It is not valid for user exit routines to throw exceptions. The agent cannot continue and will end.
- Response
- Investigate the cause of the exception and correct the source code for the specified class as appropriate. Recompile the class and replace the existing user exit routine with the new version. Restart the agent. If you cannot resolve the problem, contact the IBM support center for further assistance.
- BFGUE0040E
- The user has been denied access because the credential mapMQUserId() method implemented by class <insert_0> returned a value of null.
- Severity
- 20 : Error
- Explanation
- The exit routine class, named in the message, returned a value of null while processing the specified task. This is not a valid return value for the exit routine and caused the specified task to be canceled.
- Response
- Consult the product documentation to determine the values that are permitted and correct the source code for the specified class so that the code returns one of these values. Recompile the class and replace the existing user exit routine with the new version. Restart the agent.
- BFGUE0041E
- The mapMQUserId credential exit failed because the mapMQUserId() method implemented by class <insert_0> threw an exception. The exception is: <insert_1>
- Severity
- 20 : Error
- Explanation
- The exit routine class, named in the message, threw the specified exception during the processing of the specified task. It is not valid for user exit routines to throw exceptions and this caused the specified task to be canceled.
- Response
- Investigate the cause of the exception and correct the source code for the specified class as appropriate. Recompile the class and replace the existing user exit routine with the new version. Restart the agent.
- BFGUE0042E
- The agent cannot continue because the mapMQUserId() method implemented by class <insert_0> threw an exception. The exception is: <insert_1>
- Severity
- 20 : Error
- Explanation
- The exit routine class, named in the message, threw the specified exception during the processing of a transfer. It is not valid for user exit routines to throw exceptions. The agent cannot continue and will end.
- Response
- Investigate the cause of the exception and correct the source code for the specified class as appropriate. Recompile the class and replace the existing user exit routine with the new version. Restart the agent. If you cannot resolve the problem, contact the IBM support center for further assistance.
- BFGUE0043E
- The shutdown of the credential exit failed because the shutdown() method implemented by class <insert_0> threw an exception. The exception is: <insert_1>
- Severity
- 20 : Error
- Explanation
- The exit routine class, named in the message, threw the specified exception during the processing of the specified task. It is not valid for user exit routines to throw exceptions and this caused the specified task to be canceled.
- Response
- Investigate the cause of the exception and correct the source code for the specified class as appropriate. Recompile the class and replace the existing user exit routine with the new version. Restart the agent.
- BFGUE0044E
- The agent cannot continue because the shutdown() method implemented by class <insert_0> threw an exception. The exception is: <insert_1>
- Severity
- 20 : Error
- Explanation
- The exit routine class, named in the message, threw the specified exception during the processing of a transfer. It is not valid for user exit routines to throw exceptions. The agent cannot continue and will end.
- Response
- Investigate the cause of the exception and correct the source code for the specified class as appropriate. Recompile the class and replace the existing user exit routine with the new version. Restart the agent. If you cannot resolve the problem, contact the IBM support center for further assistance.
- BFGUE0045E
- The addEntry() method of the file space exit failed because the shutdown() method implemented by class <insert_0> threw an exception. The exception is: <insert_1>
- Severity
- 20 : Error
- Explanation
- The exit routine class, named in the message, threw the specified exception during the processing of the specified task. It is not valid for user exit routines to throw exceptions and this caused the specified task to be canceled.
- Response
- Investigate the cause of the exception and correct the source code for the specified class as appropriate. Recompile the class and replace the existing user exit routine with the new version. Restart the agent. If you cannot resolve the problem, contact the IBM support center for further assistance.
- BFGUE0046E
- The agent cannot continue because the addEntry() method implemented by class <insert_0> threw an exception. The exception is: <insert_1>
- Severity
- 20 : Error
- Explanation
- The exit routine class, named in the message, threw the specified exception during the processing of a transfer. It is not valid for user exit routines to throw exceptions. The agent cannot continue and will end.
- Response
- Investigate the cause of the exception and correct the source code for the specified class as appropriate. Recompile the class and replace the existing user exit routine with the new version. Restart the agent. If you cannot resolve the problem, contact the IBM support center for further assistance.
- BFGUE0047E
- The initialise() method of the file space exit failed because the shutdown() method implemented by class <insert_0> threw an exception. The exception is: <insert_1>
- Severity
- 20 : Error
- Explanation
- The exit routine class, named in the message, threw the specified exception during the processing of the specified task. It is not valid for user exit routines to throw exceptions and this caused the specified task to be canceled.
- Response
- Investigate the cause of the exception and correct the source code for the specified class as appropriate. Recompile the class and replace the existing user exit routine with the new version. Restart the agent. If you cannot resolve the problem, contact the IBM support center for further assistance.
- BFGUE0048E
- The agent cannot continue because the initialise() method implemented by class <insert_0> threw an exception. The exception is: <insert_1>
- Severity
- 20 : Error
- Explanation
- The exit routine class, named in the message, threw the specified exception during the processing of a transfer. It is not valid for user exit routines to throw exceptions. The agent cannot continue and will end.
- Response
- Investigate the cause of the exception and correct the source code for the specified class as appropriate. Recompile the class and replace the existing user exit routine with the new version. Restart the agent. If you cannot resolve the problem, contact the IBM support center for further assistance.
- BFGUE0049E
- The listEntries() method of the files space exit failed because the shutdown() method implemented by class <insert_0> threw an exception. The exception is: <insert_1>
- Severity
- 20 : Error
- Explanation
- The exit routine class, named in the message, threw the specified exception during the processing of the specified task. It is not valid for user exit routines to throw exceptions and this caused the specified task to be canceled.
- Response
- Investigate the cause of the exception and correct the source code for the specified class as appropriate. Recompile the class and replace the existing user exit routine with the new version. Restart the agent. If you cannot resolve the problem, contact the IBM support center for further assistance.
- BFGUE0050E
- The agent cannot continue because the listEntries() method implemented by class <insert_0> threw an exception. The exception is: <insert_1>
- Severity
- 20 : Error
- Explanation
- The exit routine class, named in the message, threw the specified exception during the processing of a transfer. It is not valid for user exit routines to throw exceptions. The agent cannot continue and will end.
- Response
- Investigate the cause of the exception and correct the source code for the specified class as appropriate. Recompile the class and replace the existing user exit routine with the new version. Restart the agent. If you cannot resolve the problem, contact the IBM support center for further assistance.
- BFGUE0051E
- The modifyEntry() method of the file space exit failed because the shutdown() method implemented by class <insert_0> threw an exception. The exception is: <insert_1>
- Severity
- 20 : Error
- Explanation
- The exit routine class, named in the message, threw the specified exception during the processing of the specified task. It is not valid for user exit routines to throw exceptions and this caused the specified task to be canceled.
- Response
- Investigate the cause of the exception and correct the source code for the specified class as appropriate. Recompile the class and replace the existing user exit routine with the new version. Restart the agent. If you cannot resolve the problem, contact the IBM support center for further assistance.
- BFGUE0052E
- The agent cannot continue because the modifyEntry() method implemented by class <insert_0> threw an exception. The exception is: <insert_1>
- Severity
- 20 : Error
- Explanation
- The exit routine class, named in the message, threw the specified exception during the processing of a transfer. It is not valid for user exit routines to throw exceptions. The agent cannot continue and will end.
- Response
- Investigate the cause of the exception and correct the source code for the specified class as appropriate. Recompile the class and replace the existing user exit routine with the new version. Restart the agent. If you cannot resolve the problem, contact the IBM support center for further assistance.
- BFGUE0053E
- The readEntry() method of the file space exit failed because the shutdown() method implemented by class <insert_0> threw an exception. The exception is: <insert_1>
- Severity
- 20 : Error
- Explanation
- The exit routine class, named in the message, threw the specified exception during the processing of the specified task. It is not valid for user exit routines to throw exceptions and this caused the specified task to be canceled.
- Response
- Investigate the cause of the exception and correct the source code for the specified class as appropriate. Recompile the class and replace the existing user exit routine with the new version. Restart the agent. If you cannot resolve the problem, contact the IBM support center for further assistance.
- BFGUE0054E
- The agent cannot continue because the readEntry() method implemented by class <insert_0> threw an exception. The exception is: <insert_1>
- Severity
- 20 : Error
- Explanation
- The exit routine class, named in the message, threw the specified exception during the processing of a transfer. It is not valid for user exit routines to throw exceptions. The agent cannot continue and will end.
- Response
- Investigate the cause of the exception and correct the source code for the specified class as appropriate. Recompile the class and replace the existing user exit routine with the new version. Restart the agent. If you cannot resolve the problem, contact the IBM support center for further assistance.
- BFGUE0055E
- The shutdown() method of the file space exit failed because the shutdown() method implemented by class <insert_0> threw an exception. The exception is: <insert_1>
- Severity
- 20 : Error
- Explanation
- The exit routine class, named in the message, threw the specified exception during the processing of the specified task. It is not valid for user exit routines to throw exceptions and this caused the specified task to be canceled.
- Response
- Investigate the cause of the exception and correct the source code for the specified class as appropriate. Recompile the class and replace the existing user exit routine with the new version. Restart the agent. If you cannot resolve the problem, contact the IBM support center for further assistance.
- BFGUE0056E
- The agent cannot continue because the shutdown() method implemented by class <insert_0> threw an exception. The exception is: <insert_1>
- Severity
- 20 : Error
- Explanation
- The exit routine class, named in the message, threw the specified exception during the processing of a transfer. It is not valid for user exit routines to throw exceptions. The agent cannot continue and will end.
- Response
- Investigate the cause of the exception and correct the source code for the specified class as appropriate. Recompile the class and replace the existing user exit routine with the new version. Restart the agent. If you cannot resolve the problem, contact the IBM support center for further assistance.
- BFGUE0057W
- Source transfer start user exits are not supported for <insert_0> agents.
- Severity
- 10 : Warning
- Explanation
- Agents of this type do not support source transfer start user exits.
- Response
- Remove the source transfer start user exit from the agent configuration file and restart the agent.
- BFGUE0058W
- Source transfer end user exits are not supported for <insert_0> agents.
- Severity
- 10 : Warning
- Explanation
- Agents of this type do not support source transfer end user exits.
- Response
- Remove the source transfer end user exit from the agent configuration file and restart the agent.
- BFGUE0059W
- Destination transfer start user exits are not supported for <insert_0> agents.
- Severity
- 10 : Warning
- Explanation
- Agents of this type do not support destination transfer start user exits.
- Response
- Remove the destination transfer start user exit from the agent configuration file and restart the agent.
- BFGUE0060W
- Destination transfer end user exits are not supported for <insert_0> agents.
- Severity
- 10 : Warning
- Explanation
- Agents of this type do not support destination transfer end user exits.
- Response
- Remove the destination transfer end user exit from the agent configuration file and restart the agent.
- BFGUE0061W
- Protocol bridge credential user exits are not supported for <insert_0> agents.
- Severity
- 10 : Warning
- Explanation
- Agents of this type do not support protocol bridge credential user exits.
- Response
- Remove the protocol bridge credential user exit from the agent configuration file and restart the agent.
- BFGUE0062W
- Resource monitor user exits are not supported for <insert_0> agents.
- Severity
- 10 : Warning
- Explanation
- Agents of this type do not support resource monitor user exits.
- Response
- Remove the resource monitor user exit from the agent configuration file and restart the agent.
- BFGUE0063W
- File space user exits are not supported for <insert_0> agents.
- Severity
- 10 : Warning
- Explanation
- Agents of this type do not support file space user exits.
- Response
- Remove the file space user exit from the agent configuration file and restart the agent.
- BFGUE0064W
- Protocol bridge properties user exits are not supported for <insert_0> agents.
- Severity
- 10 : Warning
- Explanation
- Agents of this type do not support protocol bridge properties user exits.
- Response
- Remove the protocol bridge properties user exit from the agent configuration file and restart the agent.
- BFGUE0065E
- The Protocol Bridge properties exit failed because the <insert_2> method implemented by class <insert_0> threw an exception. The exception is: <insert_1>
- Severity
- 20 : Error
- Explanation
- The exit routine class, named in the message, threw the specified exception during the processing of the specified task. It is not valid for user exit routines to throw exceptions and this caused the specified task to be canceled.
- Response
- Investigate the cause of the exception and correct the source code for the specified class as appropriate. Recompile the class and replace the existing user exit routine with the new version. Restart the agent.
- BFGUE0066E
- The agent cannot continue because the <insert_2> method implemented by class <insert_0> threw an exception. The exception is: <insert_1>
- Severity
- 20 : Error
- Explanation
- The exit routine class, named in the message, threw the specified exception during the processing of a transfer. It is not valid for user exit routines to throw exceptions. The agent cannot continue and will end.
- Response
- Investigate the cause of the exception and correct the source code for the specified class as appropriate. Recompile the class and replace the existing user exit routine with the new version. Restart the agent. If you cannot resolve the problem, contact the IBM support center for further assistance.
- BFGUE0067W
- No ProtocolBridgeCredentialExit2 type credential exits configured. Transfers to and from non-default protocol servers will not be possible.
- Severity
- 10 : Warning
- Explanation
- One or more ProtocolBridgeCredentialExit type credential exits have been configured for the protocol bridge agent but no ProtocolBridgeCredentialExit2 type credential exits have been configured. ProtocolBridgeCredentialExit type credential exits can only be used for mapping user IDs for the default protocol server. This means that transfers to and from non-default protocol servers will fail because the user ID cannot be mapped.
- Response
- If you only require the default protocol server, no action is required. Otherwise reconfigure the protocol bridge agent to have at least one ProtocolBridgeCredentialExit2 type credential exit defined. Alternatively reconfigure the protocol bridge agent to have no ProtocolBridgeCredentialExit type credential exits and use the protocol bridge default credential mapping function. Then restart the protocol bridge agent.
- BFGUE0068W
- I/O user exits are not supported for <insert_0> agents.
- Severity
- 10 : Warning
- Explanation
- Agents of this type do not support I/O user exits.
- Response
- Remove the I/O user exits from the agent configuration file and restart the agent.
- BFGUE0069E
- The I/O user exit failed because the <insert_2> method implemented by class <insert_0> threw an exception. The exception is: <insert_1>
- Severity
- 20 : Error
- Explanation
- The exit routine class, named in the message, threw the specified exception during the processing of the specified task. It is not valid for user exit routines to throw exceptions and this caused the specified task to be canceled.
- Response
- Investigate the cause of the exception and correct the source code for the specified class as appropriate. Recompile the class and replace the existing user exit routine with the new version. Restart the agent.
- BFGUE0070E
- The agent cannot continue because the <insert_2> method implemented by class <insert_0> threw an exception. The exception is: <insert_1>
- Severity
- 20 : Error
- Explanation
- The exit routine class, named in the message, threw the specified exception during the processing of a transfer. It is not valid for user exit routines to throw exceptions. The agent cannot continue and will end.
- Response
- Investigate the cause of the exception and correct the source code for the specified class as appropriate. Recompile the class and replace the existing user exit routine with the new version. Restart the agent. If you cannot resolve the problem, contact the IBM support center for further assistance.
- BFGUE0071E
- The I/O user exit ''<insert_0>'' returned an unexpected com.ibm.wmqfte.exitroutine.api.IOExitPath instance from the newPath method, for path ''<insert_1>''. The returned ''<insert_2>'' instance does not implement the com.ibm.wmqfte.exitroutine.api.IOExitResourcePath interface.
- Severity
- 20 : Error
- Explanation
- The com.ibm.wmqfte.exitroutine.api.IOExit.newPath method has been invoked by WMQFTE such that a com.ibm.wmqfte.exitroutine.api.IOExitResourcePath must be returned. The I/O exit returned an incorrect instance.
- Response
- Investigate the cause of the exception and correct the source code for the specified class as appropriate. Recompile the class and replace the existing user exit routine with the new version. Restart the agent.
- BFGUE9999E
- <insert_0>
- Severity
- 20 : Error
- Explanation
- If this message does not give enough information, check the accompanying error messages for further information.
- Response
- For further information on resolving this error, see the problem determination information on the product Web site.