Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Appendix D Error Codes : Error Code List

Error Code List
HWKAMI-000001
Unable to create AMI error due to memory allocation failure.
Role
Error.
Category
TIBCO Hawk AMI API
Resolution
Insufficient memory available for process.
HWKAMI-000002
Insufficient memory to process request.
Role
Error
Category
TIBCO Hawk AMI API
Resolution
Insufficient memory available for process.
HWKAMI-000003
Specified AMI error handle is invalid.
Role
Error
Category
TIBCO Hawk AMI API
Resolution
Programming error. AMI error handle passed to function is null.
HWKAMI-000004
Specified AMI error handle is invalid or corrupted.
Role
Error
Category
TIBCO Hawk AMI API
Resolution
Programming error. AMI error handle passed to function is invalid, corrupted or was previously destroyed.
HWKAMI-000005
Required argument not specified (null).
Role
Error
Category
TIBCO Hawk AMI API
Resolution
Programming error. Null value specified for a required function argument.
HWKAMI-000006
Invalid argument specified.
Role
Error
Category
TIBCO Hawk AMI API
Resolution
Programming error. Invalid value specified for a function argument.
HWKAMI-000007
Specified AMI session handle <handle value (hex)> is invalid.
Role
Error
Category
TIBCO Hawk AMI API
Resolution
Programming error. AMI session handle passed to function is null.
HWKAMI-000008
Specified AMI session handle <handle value (hex)> is invalid or corrupted.
Role
Error
Category
TIBCO Hawk AMI API
Resolution
Programming error. AMI session handle passed to function is invalid, corrupted or was previously destroyed.
HWKAMI-000009
Specified AMI method handle <handle value (hex)> is invalid.
Role
Error
Category
TIBCO Hawk AMI API
Resolution
Programming error. AMI method handle passed to function is null.
HWKAMI-000010
Specified AMI method handle <handle value (hex)> is invalid or corrupted.
Role
Error
Category
TIBCO Hawk AMI API
Resolution
Programming error. AMI method handle passed to function is invalid, corrupted or was previously destroyed.
HWKAMI-000011
Specified AMI subscription handle <handle value (hex)> is invalid.
Role
Error
Category
TIBCO Hawk AMI API
Resolution
Programming error. AMI subscription handle passed to function is null.
HWKAMI-000012
Specified AMI subscription handle <handle value (hex)> is invalid or corrupted.
Role
Error
Category
TIBCO Hawk AMI API
Resolution
Programming error. AMI subscription handle passed to function is invalid, corrupted or was previously destroyed.
HWKAMI-000013
Specified AMI parameter list handle <handle value (hex)> is invalid.
Role
Error
Category
TIBCO Hawk AMI API
Resolution
Programming error. AMI parameter list handle passed to function is null.
HWKAMI-000014
Specified AMI parameter list handle <handle value (hex)> is invalid or corrupted.
Role
Error
Category
TIBCO Hawk AMI API
Resolution
Programming error. AMI parameter list handle passed to function is invalid, corrupted or was previously destroyed.
HWKAMI-000015
Specified AMI parameter list handle <handle value (hex)> is invalid.
Role
Error
Category
TIBCO Hawk AMI API
Resolution
Programming error. AMI parameter list handle passed to function is null.
HWKAMI-000016
Specified AMI parameter list handle <handle value (hex)> is invalid or corrupted.
Role
Error
Category
TIBCO Hawk AMI API
Resolution
Programming error. AMI parameter list handle passed to function is invalid, corrupted or was previously destroyed.
HWKAMI-000017
Specified AMI parameter handle <handle value (hex)> is invalid.
Role
Error
Category
TIBCO Hawk AMI API
Resolution
Programming error. AMI parameter handle passed to function is null.
HWKAMI-000018
Specified AMI parameter handle <handle value (hex)> is invalid or corrupted.
Role
Error
Category
TIBCO Hawk AMI API
Resolution
Programming error. AMI parameter handle passed to function is invalid, corrupted or was previously destroyed.
HWKAMI-000019
TIBCO Rendezvous error <error number> <error text>.
Role
Error
Category
TIBCO Hawk AMI API
Resolution
The specified TIBCO Rendezvous error occurred. Refer to TIBCO Rendezvous documentation.
HWKAMI-000020
Received invocation request for unknown AMI method <method name>.
Role
Error
Category
TIBCO Hawk AMI API
Resolution
An agent (e.g. TIBCO Hawk Agent or Console API application) has invoked a non-existent method on this AMI session. Contact TIBCO Support for assistance.
HWKAMI-000021
Method <method name> does not have a parameter named <parameter name>.
Role
Error
Category
TIBCO Hawk AMI API
Resolution
Programming error. Parameter function called for non-existent parameter. Check the method creation code to insure that the specified parameter was actually added to the method.
HWKAMI-000022
Failed to add object to linked list.
Role
Error
Category
TIBCO Hawk AMI API
Resolution
Link list add failed due to insufficient memory available for process.
HWKAMI-000023
TIBCO Rendezvous error <error number> occurred attempting to get value for argument <argument name> of method <method name>. <error text>.
Role
Error
Category
TIBCO Hawk AMI API
Resolution
The specified TIBCO Rendezvous error occurred when attempting to get argument value. Refer to TIBCO Rendezvous documentation.
HWKAMI-000024
<method name> invocation received for unknown subscription with context <context number> and reply subject <subject name>.
Role
Error
Category
TIBCO Hawk AMI API
Resolution
Internal error. Contact TIBCO Support for assistance.
HWKAMI-000025
Attempt made to announce an AMI session which is already announced.
Role
Error
Category
TIBCO Hawk AMI API
Resolution
Programming error. An AMI session cannot be announced while it is currently announced.
HWKAMI-000026
Attempt made to stop an AMI session which has not been announced.
Role
Error
Category
TIBCO Hawk AMI API
Resolution
Programming error. An AMI session cannot be stopped if it is not currently announced.
HWKAMI-030101
Unable to request ami heartbeat: <com.tibco.rv.TibrvException>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
A TIBCO Rendezvous error has occurred. Consult the TIBCO Rendezvous documentation.
HWKAMI-030102
Unable request ami refresh: <com.tibco.rv.TibrvException>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
A TIBCO Rendezvous error has occurred. Consult the TIBCO Rendezvous documentation.
HWKAMI-030103
Unable to get CONTEXT field in AMI reply message for <microagent_id>, <com.tibco.rv.TibrvException>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
A TIBCO Rendezvous error has occurred. Consult the TIBCO Rendezvous documentation.
HWKAMI-030104
COM.TIBCO.hawk.agent.mafactories.AmiMsgFormatError <error>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
An AMI message is incorrectly formatted. Consult the documentation for the AMI instrumented application.
HWKAMI-030105
Unknown message type received for <microagent_id>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Contact TIBCO Support.
HWKAMI-030106
Received asynchronous data message for non-existent subscription in: <microagent id>
Role
Warning
Category
Application TIBCO Hawk Agent
Resolution
Contact TIBCO Support
HWKAMI-030107
Unable to process AMI reply message in: <microagent_id>, <com.tibco.rv.TibrvException>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
A TIBCO Rendezvous error has occurred. Consult the TIBCO Rendezvous documentation.
HWKAMI-030109
Async method control msg reply contained non-empty RETURN field, Async method may have sent data to incorrect reply-subject
Role
Warning
Category
Application TIBCO Hawk Agent
Resolution
Contact TIBCO Support
HWKAMI-030110
<microagent_id>:COM.TIBCO.hawk.agent.mafactories.AmiMsgFormatError <error>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
An AMI message is incorrectly formatted. Contact the vendor of the AMI instrumented application.
HWKAMI-030111
<microagent_id>:COM.TIBCO.hawk.talon.MicroAgent
Resolution
Exception <error>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
An error has been received from an AMI instrumented application. Consult the documentation for the AMI instrumented application.
HWKAMI-030112
Unable to stop subscription: <com.tibco.rv.TibrvException>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
A TIBCO Rendezvous error has occurred. Consult the TIBCO Rendezvous documentation.
HWKAMI-030113
stopSubscription called for non-existent subscription: <subscription> in <microagent id>
Role
Warning
Category
Application TIBCO Hawk Agent
Resolution
Contact TIBCO Support
HWKAMI-030121
Method <name> returned tabular data but INDEX was not specified. Ignoring all but first RETURNS field
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
An AMI instrumented application is returning tabular data for a method that was not described to return tabular data. Contact the vendor of the AMI instrumented application.
HWKAMI-030501
Multiple startup announcement messages received for <microagent id>
Role
Warning
Category
Application TIBCO Hawk Agent
Resolution
Contact TIBCO Support
HWKAMI-030502
Unable to process AMI announcement message: <com.tibco.rv.TibrvException>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
A TIBCO Rendezvous error has occurred. Consult the TIBCO Rendezvous documentation.
HWKAMI-030503
Unable to process AMI announcement message: <ami_msg_format_error>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
An AMI message is incorrectly formatted. Contact the vendor of the AMI instrumented application.
HWKAMI-030504
Announced AMI application <application name> did not respond to first heartbeat request. Presumed dead.
Role
Warning
Category
Application TIBCO Hawk Agent
Resolution
Contact TIBCO Support
HWKAMI-030505
Discovering methods. AMI App: <name>, exception: <com.tibco.rv.TibrvException>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
A TIBCO Rendezvous error has occurred. Consult the TIBCO Rendezvous documentation.
HWKAMI-030506
Timed out waiting for reply to _describeMethods. AMI App: <name>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Contact TIBCO Support.
HWKAMI-030507
Unable to process AMI _describeMethods reply: <ami_msg_format_error>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
An AMI message is incorrectly formatted. Contact the vendor of the AMI instrumented application.
HWKAMI-030508
Unable to process AMI _describeMethods reply: <exception>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Contact TIBCO Support.
HWKAMI-030509
Creating AMI microagent <name>, <COM.TIBCO.hawk.talon.MicroAgentException>;
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Contact TIBCO Support.
HWKAMI-030510
Creating AMI microagent <name>, <com.tibco.rv.TibrvException>;
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Contact TIBCO Support.
HWKAMI-030511
Adding discovered AMI microagent <name>, <exception>;
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Contact TIBCO Support.
HWKAMI-030512
Unable to process AMI stop message: <com.tibco.rv.TibrvException>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
A TIBCO Rendezvous error has occurred. Consult the TIBCO Rendezvous documentation.
HWKAMI-030513
Unable to process AMI stop message: <ami_msg_format_error>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
An AMI message is incorrectly formatted. Contact the vendor of the AMI instrumented application.
HWKAMI-030514
Unable to remove AMI microagent <name>, <COM.TIBCO.hawk.talon.MicroAgentException>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Contact TIBCO Support.
HWKAMI-030515
Unable to send announcement request: <com.tibco.rv.TibrvException>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
A TIBCO Rendezvous error has occurred. Consult the TIBCO Rendezvous documentation.
HWKAMI-030516
Internal error, AMI Microagent not successfully removed <name>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Contact TIBCO Support.
HWKAMI-030517
Unable to remove <name>, <COM.TIBCO.hawk.talon.MicroAgentException>;
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Contact TIBCO Support.
HWKAMI-030519
Unable to process AMI unsolicited msg: <com.tibco.rv.TibrvException>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
A TIBCO Rendezvous error has occurred. Consult the TIBCO Rendezvous documentation.
HWKAMI-030520
Unable to process AMI unsolicited msg: <ami_msg_format_error>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
An AMI message is incorrectly formatted. Contact the vendor of the AMI instrumented application.
HWKAMI-030521
AmiTibrvService dispatch thread was interrupted: <java.io.InterruptedException>
Role
Warning
Category
Application TIBCO Hawk Agent
Resolution
Contact TIBCO Support
HWKAMI-030522
AmiTibrvService dispatch thread caught exception: <com.tibco.rv.TibrvException>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
A TIBCO Rendezvous error has occurred. Consult the TIBCO Rendezvous documentation.
HWKAMI-030523
AmiTibrvService dispatch thread caught exception: <java.lang.Throwable>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Contact TIBCO Support.
HWKHMA-001000
Unknown message template ID specified.
Role
Error
Category
TIBCO Hawk HMA
Resolution
Internal error. Attempt to lookup an unknown error message. Contact TIBCO Support for assistance.
HWKHMA-001001
Trace function <function name> failed with error <error number> <error text>
Role
Error
Category
TIBCO Hawk HMA
Resolution
TIBCO Hawk HMA tracing function failed for the specified reason. If resolution is not obvious from the error description then contact TIBCO Support for assistance.
HWKHMA-001002
PROGRAM: NAME <program name> VERSION <version> DATE <build date>
Role
Information
Category
TIBCO Hawk HMA
Resolution
Used to log product name, version and build date.
HWKHMA-001003
TIBCO Rendezvous error <error number> <error text>.
Role
Error
Category
TIBCO Hawk HMA
Resolution
The specified TIBCO Rendezvous error occurred. Refer to TIBCO Rendezvous documentation.
HWKHMA-001004
Insufficient memory to process request.
Role
Error
Category
TIBCO Hawk HMA
Resolution
Insufficient memory available for process.
HWKHMA-001005
Null or invalid argument specified.
Role
Error
Category
TIBCO Hawk HMA
Resolution
An invalid value was specified for a command line option. Refer to TIBCO Hawk documentation for command line description.
HWKHMA-001007
TIBCO Hawk HMA initialization completed successfully.
Role
Information
Category
TIBCO Hawk HMA
HWKHMA-001008
Execution of TIBCO Hawk HMA terminated successfully.
Role
Information
Category
TIBCO Hawk HMA
HWKHMA-001009
Execution of TIBCO Hawk HMA failed. Error <error number> occurred on thread <thread ID (hex)> at line <line number> in file <file name>. <error text>.
Role
Error
Category
TIBCO Hawk HMA
Resolution
Wrapper used to report errors with thread ID, file name, and line number. Actual error could be any of the errors documented for the TIBCO Hawk HMA.
HWKHMA-001010
Directory specified, <directory name>, is invalid. <error text>.
Role
Error
Category
TIBCO Hawk HMA
Resolution
An invalid directory name was specified. If resolution is not obvious from the error description then contact TIBCO Support for assistance.
HWKHMA-001011
File specified, <file name>, is invalid. <error text>.
Role
Error
Category
TIBCO Hawk HMA
Resolution
An invalid file name was specified. If resolution is not obvious from the error description then contact TIBCO Support for assistance.
HWKHMA-001012
Function <function name> failed for file <file name>. OS error <error number> <error text>.
Role
Error
Category
TIBCO Hawk HMA
Resolution
An error occurred for the specified file function. If resolution is not obvious from the error description then contact TIBCO Support for assistance.
HWKHMA-001014
An option specified is invalid.
Role
Error
Category
TIBCO Hawk HMA
Resolution
An invalid command line option was specified. Refer to TIBCO Hawk documentation for command line description.
HWKHMA-001015
Invalid value specified for option <option name>.
Role
Error
Category
TIBCO Hawk HMA
Resolution
An invalid value was specified for a command line option. Refer to TIBCO Hawk documentation for command line description.
HWKHMA-001016
Value missing for option <option name>.
Role
Error
Category
TIBCO Hawk HMA
Resolution
No value was specified for a command line option. Refer to TIBCO Hawk documentation for command line description.
HWKHMA-001017
Error processing specified TIBCO Hawk HMA command line. Error <error code>: <error test>.
Role
Error
Category
TIBCO Hawk HMA
Resolution
The specified error was encountered processing the specified command line. Refer to TIBCO Hawk documentation for command line description.
HWKHMA-001020
OPTIONS RVD_SESSION<rendezvous parameters> TRACELEVEL<trace level> LOGDIR<log directory> LOGMAXSIZE<maximum log size> LOGMAXNUM<maximum log number>
Role
Information
Category
TIBCO Hawk HMA
Resolution
Used to log specified command line options to the TIBCO Hawk log files.
HWKHMA-001021
TIBCO Hawk HMA microagent <microagent name> initialization completed successfully.
Role
Information.
Category
TIBCO Hawk HMA
HWKHMA-001023
Error <error number> occurred on thread <thread ID (hex)> at line <line number> in file <file name>. <error text>.
Role
Error
Category
TIBCO Hawk HMA
Resolution
Wrapper used to report errors with thread ID, file name, and line number. Actual error could be any of the errors documented for the TIBCO Hawk HMA.
HWKHMA-001025
Function <function name> failed. OS error <error number> <error text>.
Role
Error
Category
TIBCO Hawk HMA
Resolution
An error occurred for the specified function. If resolution is not obvious from the error description, contact TIBCO Support for assistance.
HWKHMA-001026
Stopping TIBCO Hawk HMA in response to a <signal name> signal.
Role
Information
Category
TIBCO Hawk HMA
HWKHMA-001027
Unable to install signal handler for signal <signal name>.
Role
Error
Category
TIBCO Hawk HMA
Resolution
Contact TIBCO Support for assistance.
HWKHMA-001028
Internal error. Unable to obtain TIBCO Hawk HMA configuration. <error text>.
Role
Error
Category
TIBCO Hawk HMA
Resolution
Unable to obtain configuration for TIBCO Hawk HMA. If resolution is not obvious from the error description, contact TIBCO Support for assistance.
HWKHMA-001029
This asynchronous method does not support synchronous invocation.
Role
Error
Category
TIBCO Hawk HMA
Resolution
Attempt was made to synchronously invoke an asynchronous method. Specific method does not support synchronous invocation.
HWKHMA-001030
Unknown microagent name, <microagent name>, specified in option <option name>.
Role
Error
Category
TIBCO Hawk HMA
Resolution
Invalid microagent name was specified in command line option. Refer to TIBCO Hawk documentation for command line description.
HWKHMA-001031
TIBCO Hawk HMA microagent <microagent name> has been disabled via disable command line option.
Role
Information
Category
TIBCO Hawk HMA
HWKHMA-001032
Internal HMA event <event name> received.
Role
Information
Category
TIBCO Hawk HMA
HWKHMA-001033
HMA restart event received for microagent <microagent name>.
Role
Information
Category
TIBCO Hawk HMA
HWKHMA-001034
HMA restart event processed for microagent <microagent name>.
Role
Information
Category
TIBCO Hawk HMA
HWKHMA-001035
Unknown internal HMA event, <event name>, received.
Role
Error
Category
TIBCO Hawk HMA
Resolution
Contact TIBCO Support for assistance.
HWKHMA-001036
Attempt to increase default thread stack size failed. Function <function name> returned error <Error code>
Role
Error
Category
TIBCO Hawk HMA
Resolution
Internal error. Contact TIBCO Support for assistance.
HWKHMA-001037
TIBCO Hawk HMA signal handling for signal <signal name> has been disabled via command line option.
Role
warning
Category
TIBCO Hawk HMA
Resolution
This message logs the fact that the HMA has been configured via command line option -disable to ignore the specified signal. This disables the default HMA signal handling for that signal.
HWKHMA-001038
Unable to set signal disposition for signal <signal name>.
Role
Error
Category
TIBCO Hawk HMA
Resolution
The HMA was unable to set the default signal handling for the specified signal. The default signal handling is not in effect. Contact TIBCO Support for assistance.
HWKHMA-001039
This instance of microagent <microagent name> has a stop request pending. Restart ignored.
Role
Error
Category
TIBCO Hawk HMA
Resolution
If a restart method invocation is made against a microagent already in the process of restarting then this error is generated. You cannot restart a microagent which is being stopped by a previous restart invocation.
HWKHMA-002000
Internal error. Unable to obtain service name.
Role
Error
Category
TIBCO Hawk HMA
Resolution
Contact TIBCO Support for assistance.
HWKHMA-002001
Internal error. Unable to obtain service startup parameters.
Role
Error
Category
TIBCO Hawk HMA
Resolution
Contact TIBCO Support for assistance.
HWKHMA-002002
Internal error. Unable to parse service startup parameters.
Role
Error
Category
TIBCO Hawk HMA
Resolution
Contact TIBCO Support for assistance.
HWKHMA-002003
Internal error. Unable to obtain service start type.
Role
Error
Category
TIBCO Hawk HMA
Resolution
Contact TIBCO Support for assistance.
HWKHMA-002004
Internal error. Invalid service start type specified.
Role
Error
Category
TIBCO Hawk HMA
Resolution
Contact TIBCO Support for assistance.
HWKHMA-002005
Internal error. Unable to obtain service control command code.
Role
Error
Category
TIBCO Hawk HMA
Resolution
Contact TIBCO Support for assistance.
HWKHMA-002006
Internal error. Unable to construct discovery reply.
Role
Error
Category
TIBCO Hawk HMA
Resolution
Contact TIBCO Support for assistance.
HWKHMA-002007
Internal error. OpenSCManager failed. WIN32 error <error code> (<error code hex>): <error text>
Role
Error
Category
TIBCO Hawk HMA
Resolution
This error contains the OS specific error description. If resolution is not obvious from the error description, contact TIBCO Support for assistance.
HWKHMA-002008
Internal error. Unable to allocate memory for services array.
Role
Error
Category
TIBCO Hawk HMA
Resolution
Insufficient memory available to process. Contact TIBCO Support for assistance.
HWKHMA-002009
Internal error. Unable to construct Windows NT service configuration message.
Role
Error
Category
TIBCO Hawk HMA
Resolution
Insufficient memory available to process. Contact TIBCO Support for assistance.
HWKHMA-002010
Internal error. Unable to construct Windows NT service status message.
Role
Error
Category
TIBCO Hawk HMA
Resolution
Insufficient memory available to process. Contact TIBCO Support for assistance.
HWKHMA-002011
Internal error. Unable to allocate memory for services enumeration.
Role
Error
Category
TIBCO Hawk HMA
Resolution
Insufficient memory available to process. Contact TIBCO Support for assistance.
HWKHMA-002012
Internal error. GetServiceDisplayName failed for service "<service name>". WIN32 error <error code> (<error code hex>): <error text>
Role
Error
Category
TIBCO Hawk HMA
Resolution
This error also contains the OS specific error description. If resolution is not obvious from the error description then contact TIBCO Support for assistance.
HWKHMA-002013
Internal error. QueryServiceConfig failed for service "<service name>". WIN32 error <error code> (<error code hex>): <error text>
Role
Error
Category
TIBCO Hawk HMA
Resolution
This error also contains the OS specific error description. If resolution is not obvious from the error description then contact TIBCO Support for assistance.
HWKHMA-002014
Internal error. EnumServicesStatus failed. WIN32 error <error code> (<error code hex>): <error text>
Role
Error
Category
TIBCO Hawk HMA
Resolution
This error also contains the OS specific error description. If resolution is not obvious from the error description then contact TIBCO Support for assistance.
HWKHMA-002015
StartService failed for service "<service name>". WIN32 error <error code> (<error code hex>): <error text>
Role
Error
Category
TIBCO Hawk HMA
Resolution
This error also contains the OS specific error description. If resolution is not obvious from the error description then contact TIBCO Support for assistance.
HWKHMA-002016
OpenService failed for service "<service name>". WIN32 error <error code> (<error code hex>): <error text>
Role
Error
Category
TIBCO Hawk HMA
Resolution
This error also contains the OS specific error description. If resolution is not obvious from the error description then contact TIBCO Support for assistance.
HWKHMA-002017
ControlService failed for service "<service name>". WIN32 error <error code> (<error code hex>): <error text>
Role
Error
Category
TIBCO Hawk HMA
Resolution
This error also contains the OS specific error description. If resolution is not obvious from the error description then contact TIBCO Support for assistance.
HWKHMA-002018
QueryServiceStatus failed for service "<service name>". WIN32 error <error code> (<error code hex>): <error text>
Role
Error
Category
TIBCO Hawk HMA
Resolution
This error also contains the OS specific error description. If resolution is not obvious from the error description then contact TIBCO Support for assistance.
HWKHMA-002019
ChangeServiceConfig failed for service "<service name>". WIN32 error <error code> (<error code hex>): <error text>
Role
Error
Category
TIBCO Hawk HMA
Resolution
This error also contains the OS specific error description. If resolution is not obvious from the error description then contact TIBCO Support for assistance.
HWKHMA-002022
Conversion from UNICODE to UTF8 failed.
Role
Error
Category
TIBCO Hawk HMA
Resolution
Contact TIBCO Support for assistance.
HWKHMA-003000
Internal error. Unable to obtain process virtual base address.
Role
Error
Category
TIBCO Hawk HMA
Resolution
Contact TIBCO Support for assistance.
HWKHMA-003001
Unable to retrieve process command line for this Microsoft Operating System version. Contact TIBCO Hawk technical support.
Role
Error
Category
TIBCO Hawk HMA
Resolution
Contact TIBCO Support for assistance.
HWKHMA-003002
Internal error. EnumProcesses failed. WIN32 error <error code> (<error code hex>): <error text>
Role
Error
Category
TIBCO Hawk HMA
Resolution
This error also contains the OS specific error description. If resolution is not obvious from the error description then contact TIBCO Support for assistance.
HWKHMA-003003
Unable to retrieve process count.
Role
Error
Category
TIBCO Hawk HMA
Resolution
Contact TIBCO Support for assistance.
HWKHMA-003004
Function getprocs returned a process with a PID of 0. Process was skipped.
Role
Information
Category
TIBCO Hawk HMA
HWKHMA-003005
HMA could not load NTDLL.DLL.Check path environment variable.
Category
TIBCO Hawk HMA
Role
Error
Resolution
HMA process could not load ntdll.dll. Make sure that PATH environment variable contains path which points to ntdll.dll.
HWKHMA-003006
Could not locate entry point for function NtQueryInformationProcess in dll NTDLL.DLL. 'Parent Process ID' column for all processes are set to -1.
Category
TIBCO Hawk HMA
Role
Error
Resolution
Contact TIBCO Support for assistance
HWKHMA-004000
Failure to obtain kernel stats for network interface <interface name>.
Role
Error
Category
TIBCO Hawk HMA
Resolution
Make sure TIBCO Hawk HMA is running with root permission. If not resolved then contact TIBCO Support for assistance.
HWKHMA-004001
Failed to read kernel stats for network interface <interface name> errno <errno>.
Role
Error
Category
TIBCO Hawk HMA
Resolution
This error also contains the OS specific error description. If resolution is not obvious from the error description then contact TIBCO Support for assistance.
HWKHMA-004002
Failure to obtain kernel stats for network-related statistics <error text>.
Role
Error
Category
TIBCO Hawk HMA
Resolution
This error also contains the OS specific error description. If resolution is not obvious from the error description then contact TIBCO Support for assistance.
HWKHMA-004003
get_lanstats returned error <error text>
Role
Error
Category
TIBCO Hawk HMA
Resolution
This error also contains the OS specific error description. If resolution is not obvious from the error description then contact TIBCO Support for assistance.
HWKHMA-004004
get_lanstats on <id> returned <error text>
Role
Error
Category
TIBCO Hawk HMA
Resolution
This error also contains the OS specific error description. If resolution is not obvious from the error description then contact TIBCO Support for assistance.
HWKHMA-004005
Unable to obtain statistics for interface name <interface name>.
Role
Warning.
Category
TIBCO Hawk HMA
Resolution
Statistics unavailable. No resolution necessary.
HWKHMA-004006
<function name> socket(AF_INET,SOCK_DGRAM,0) returned [<socket>] errno[<error number] [<error text>]
Role
Error
Category
TIBCO Hawk HMA
Resolution
This error also contains the OS specific error description. If resolution is not obvious from the error description then contact TIBCO Support for assistance.
HWKHMA-004007
<function name> ioctl(<socket>, <ioctl function id>,) returned [<ioctl rc>] errno[<error number] [<error text>]
Role
Error
Category
TIBCO Hawk HMA
Resolution
This error also contains the OS specific error description. If resolution is not obvious from the error description then contact TIBCO Support for assistance.
HWKHMA-004011
<function name> ioctl(<socket> NIC[%d] returned [<ioctl rc>] errno[<error number] [<error text>]
Role
Warning.
Category
TIBCO Hawk HMA
Resolution
This error also contains the OS specific error description. If resolution is not obvious from the error description then contact TIBCO Support for assistance.
HWKHMA-004013
lseek(<file handle>, <seek operation>, <seek position>) returned [<return code>] errno[<error number] [<error text>]
Role
Error
Category
TIBCO Hawk HMA
Resolution
This error also contains the OS specific error description. If resolution is not obvious from the error description then contact TIBCO Support for assistance.
HWKHMA-004015
read(<file handle>, <buffer address>, <buffer size>) returned [<return code>] errno[<error number] [<error text>]
Role
Error
Category
TIBCO Hawk HMA
Resolution
This error also contains the OS specific error description. If resolution is not obvious from the error description then contact TIBCO Support for assistance.
HWKHMA-004018
<function name> Can not open /dev/kmem file errno[<error number] [<error text>]
Role
Error
Category
TIBCO Hawk HMA
Resolution
This error also contains the OS specific error description. If resolution is not obvious from the error description then contact TIBCO Support for assistance. If "access denied" is indicated then make sure TIBCO Hawk HMA is running with root permission.
HWKHMA-004019
<function name> knlist lookup on symbol [<symbol name] failed - res[<return code>] errno[<error number] [<error text>].
Role
Error
Category
TIBCO Hawk HMA
Resolution
This error also contains the OS specific error description. If resolution is not obvious from the error description then contact TIBCO Support for assistance.
HWKHMA-004023
<function name> malloc failed with errno <error number> <error text>.
Role
Error
Category
TIBCO Hawk HMA
Resolution
Insufficient memory available for process.
HWKHMA-004024
Unexpected implementation of kernel stats for network interface <interface name>.
Role
Error
Category
TIBCO Hawk HMA
Resolution
Contact TIBCO Support for assistance.
HWKHMA-004026
get_lanstats returned no info on interface <interface name>.
Role
Error
Category
TIBCO Hawk HMA
Resolution
Contact TIBCO Support for assistance.
HWKHMA-004027
get_lanstats returned no info on interface <interface name>, nmid <nmid>.
Role
Error
Category
TIBCO Hawk HMA
Resolution
Contact TIBCO Support for assistance.
HWKHMA-004028
Can not open /dev/kmem file errno[<error number] [<error text>]
Role
Error
Category
TIBCO Hawk HMA
Resolution
Make sure TIBCO Hawk HMA is running with root permission. If not resolved then contact TIBCO Support for assistance.
HWKHMA-004029
Function <function name> failed for file <file name>. OS Error <OS error code> <OS error text>.
Category
TIBCO Hawk HMA
Role
Error
Resolution
Make sure that file indicated by error message exist at given location.
HWKHMA-00 4030
Invalid record format encountered in file <file name>.
Category
TIBCO Hawk HMA
Role
Error
Resolution
Contact TIBCO Support for assistance.
HWKHMA-004031
Failed to open /dev/dlpi. errno = <error number> errormessage = <error text>
Category
TIBCO Hawk HMA
Role
Error
Resolution
Make sure that file indicated by error message exist at given location.
HWKHMA-004032
No Physical Point of Attachment. Network statistics not available.
Category
TIBCO Hawk HMA
Role
Error
Resolution
Contact TIBCO Support for assistance.
HWKHMA-004033
<interface name> interface is attached on PPA number <PPA number>.
Category
TIBCO Hawk HMA
Role
Information
HWKHMA-004034
putmsg stream function failed for primitive <primitive name> errno = <error number> and errormessage = <error text>.
Category
TIBCO Hawk HMA
Role
Error
Resolution
Contact TIBCO Support for assistance.
HWKHMA-004035
getmsg stream function failed with errno = <error number> and errormessage = <error text>.
Category
TIBCO Hawk HMA
Role
Error
Resolution
Contact TIBCO Support for assistance.
HWKHMA-004036
Name Of Driver: <driver name>, PPA Number assigned to LAN interface: <interface number>, NMID No: <nmid number>, Card Instance Number: <card instance number>, Media Access Control: <media access control>.
Category
TIBCO Hawk HMA
Role
Information
HWKHMA-004037
Total Number of valid PPAs currently installed in system is <total ppa number>.
Category
TIBCO Hawk HMA
Role
Information
HWKHMA-004038
Failed to retrieve proper control code for primitive <primitive name>.
Category
TIBCO Hawk HMA
Role
Error
Resolution
Contact TIBCO Support for assistance.
HWKHMA-004039
Error attaching PPA number: <ppa number>.
Category
TIBCO Hawk HMA
Role
Error
Resolution
Contact TIBCO Support for assistance.
HWKHMA-004040
Failed to get required control message. Expected Primitive: <primitive number>, Primitive in error: <primitive error>, DLPI error code: <dlpi error code>, UNIX error code: <unix error code>
Category
TIBCO Hawk HMA
Role
Error
Resolution
Contact TIBCO Support for assistance.
HWKHMA-004041
Received Wrong Primitive. Expected Primitive: <primitive number>, Received Primitive: <primitive number>.
Category
TIBCO Hawk HMA
Role
Error
Resolution
Contact TIBCO Support for assistance.
HWKHMA-004042
Received only data portion of the message. Failed to receive control portion of the message
Category
TIBCO Hawk HMA
Role
Error
Resolution
Contact TIBCO Support for assistance.
HWKHMA-004043
No message found in stream. May be system call was interrupted.
Category
TIBCO Hawk HMA
Role
Error
Resolution
Contact TIBCO Support for assistance.
HWKHMA-004044
Failed to get Network Statistics for PPA: <ppa number>.
Category
TIBCO Hawk HMA
Role
Error
Resolution
Contact TIBCO Support for assistance.
HWKHMA-005000
kstat_open() returned null, errno <error number> <error text>.
Role
Error
Category
TIBCO Hawk HMA
Resolution
This error also contains the OS specific error description. If resolution is not obvious from the error description then contact TIBCO Support for assistance.
HWKHMA-005001
kstat_read() returned error, errno <error number> <error text>.
Role
Error
Category
TIBCO Hawk HMA
Resolution
This error also contains the OS specific error description. If resolution is not obvious from the error description then contact TIBCO Support for assistance.
HWKHMA-005002
kstat_lookup() on %s returned null, errno <error number> <error text>.
Role
Error
Category
TIBCO Hawk HMA
Resolution
This error also contains the OS specific error description. If resolution is not obvious from the error description then contact TIBCO Support for assistance.
HWKHMA-005003
kvm_open() returned error, errno <error number> <error text>.
Role
Error
Category
TIBCO Hawk HMA
Resolution
This error also contains the OS specific error description. If resolution is not obvious from the error description then contact TIBCO Support for assistance.
HWKHMA-005004
kvm_nlist() returned error, errno <error number> <error text>.
Role
Error
Category
TIBCO Hawk HMA
Resolution
This error also contains the OS specific error description. If resolution is not obvious from the error description then contact TIBCO Support for assistance.
HWKHMA-005005
kvm_read() returned error, errno <error number> <error text>.
Role
Error
Category
TIBCO Hawk HMA
Resolution
This error also contains the OS specific error description. If resolution is not obvious from the error description then contact TIBCO Support for assistance.
HWKHMA-005006
Can't open <file name> <error text>.
Role
Error
Category
TIBCO Hawk HMA
Resolution
This error also contains the OS specific error description. If resolution is not obvious from the error description then contact TIBCO Support for assistance.
HWKHMA-005007
Can't knlist <error text>.
Role
Error
Category
TIBCO Hawk HMA
Resolution
This error also contains the OS specific error description. If resolution is not obvious from the error description then contact TIBCO Support for assistance.
HWKHMA-005008
Failure to fseek <error text>.
Role
Error
Category
TIBCO Hawk HMA
Resolution
This error also contains the OS specific error description. If resolution is not obvious from the error description then contact TIBCO Support for assistance.
HWKHMA-005009
Failure to read <error text>.
Role
Error
Category
TIBCO Hawk HMA
Resolution
This error also contains the OS specific error description. If resolution is not obvious from the error description then contact TIBCO Support for assistance.
HWKHMA-005010
pstat_getdynamic() returned <return code>, errno <error number> <error text>.
Role
Error
Category
TIBCO Hawk HMA
Resolution
This error also contains the OS specific error description. If resolution is not obvious from the error description then contact TIBCO Support for assistance.
HWKHMA-005011
malloc failed with errno <error number> <error text>.
Role
Error
Category
TIBCO Hawk HMA
Resolution
Insufficient memory available for process.
HWKHMA-005013
pstat_getvminfo returned <return code>, errno <error number> <error text>.
Role
Error
Category
TIBCO Hawk HMA
Resolution
This error also contains the OS specific error description. If resolution is not obvious from the error description then contact TIBCO Support for assistance.
HWKHMA-005014
pstat_getstatic() returned <return code>, errno <error number> <error text>.
Role
Error
Category
TIBCO Hawk HMA
Resolution
This error also contains the OS specific error description. If resolution is not obvious from the error description then contact TIBCO Support for assistance.
HWKHMA-005017
ERROR returning from system swapctl function SC_LIST errno <error number> <error text>.
Role
Error
Category
TIBCO Hawk HMA
Resolution
This error also contains the OS specific error description. If resolution is not obvious from the error description then contact TIBCO Support for assistance.
HWKHMA-006000
Failed to get host address for specified network parameter.
Role
Error
Category
TIBCO Hawk HMA
Resolution
Invalid network parameter specified in Rendezvous microagent network parameter. Refer to TIBCO Hawk Microagent Reference manual.
HWKHMA-006001
hma_getHostAddr() returned <error code> for network <network parameter> and daemon <daemon parameter>.
Role
Error
Category
TIBCO Hawk HMA
Resolution
Contact TIBCO Support for assistance.
HWKHMA-006002
Rendezvous transport key not found for Rendezvous advisory message: <message text>.
Role
Error
Category
TIBCO Hawk HMA
Resolution
Contact TIBCO Support for assistance.
HWKHMA-006003
<function name>: received advisory message with subject: <subject name> message: <message text>.
Role
Error
Category
TIBCO Hawk HMA
Resolution
Contact TIBCO Support for assistance.
HWKHMA-006004
<function name>: Failed to allocate context.
Role
Error
Category
TIBCO Hawk HMA
Resolution
Contact TIBCO Support for assistance.
HWKHMA-006005
<function name>: Failed to allocate host status context.
Role
Error
Category
TIBCO Hawk HMA
Resolution
Contact TIBCO Support for assistance.
HWKHMA-006006
<function name>: Failed to get host name.
Role
Error
Category
TIBCO Hawk HMA
Resolution
Contact TIBCO Support for assistance.
HWKHMA-006007
<function name>: Failed to get host entry for <host name>.
Role
Error
Category
TIBCO Hawk HMA
Resolution
Contact TIBCO Support for assistance.
HWKHMA-006008
<function name>: Failed to register context.
Role
Error
Category
TIBCO Hawk HMA
Resolution
Contact TIBCO Support for assistance.
HWKHMA-006009
<function name>: Unable to unregister context.
Role
Error
Category
TIBCO Hawk HMA
Resolution
Contact TIBCO Support for assistance.
HWKHMA-006010
Error getting value for argument <argument name>.
Role
Error
Category
TIBCO Hawk HMA
Resolution
Contact TIBCO Support for assistance.
HWKHMA-006011
Failed to send unsolicited message: <message text>.
Role
Error
Category
TIBCO Hawk HMA
Resolution
Contact TIBCO Support for assistance.
HWKHMA-006012
Failed to send pending RVD.DISCONNECTED advisory message.
Role
Error
Category
TIBCO Hawk HMA
Resolution
Contact TIBCO Support for assistance.
HWKHMA-006013
Failed to send async data on advisory message <subject name>.
Role
Error
Category
TIBCO Hawk HMA
Resolution
Contact TIBCO Support for assistance.
HWKHMA-006014
<function name>: Unable to parse RV version: <version>.
Role
Error
Category
TIBCO Hawk HMA
Resolution
Contact TIBCO Support for assistance.
HWKHMA-006015
<function name>: Unable to get field <field name> due to RV error: <RV error text>.
Role
Error
Category
TIBCO Hawk HMA
Resolution
Contact TIBCO Support for assistance.
HWKHMA-006016
The argument "HMA_N_INTERVAL" is less than 90 seconds. It has been changed to the default value of 90 seconds.
Role
Warning
Category
TIBCO Hawk HMA
Resolution
Interval argument must be 90 seconds or greater.
HWKHMA-006017
<function name>: Failed to create RV timer due to RV error: <RV error text>.
Role
Error
Category
TIBCO Hawk HMA
Resolution
Contact TIBCO Support for assistance.
HWKHMA-006018
<function name>: Failed to create RV listener because of RV error: <RV error text>.
Role
Error
Category
TIBCO Hawk HMA
Resolution
Contact TIBCO Support for assistance.
HWKHMA-006019
<function name>: setUpRvAdvisoryMonitoring failed. <error text>
Role
Error
Category
TIBCO Hawk HMA
Resolution
Contact TIBCO Support for assistance.
HWKHMA-006020
createRvdTransport failed. <error text>
Role
Error
Category
TIBCO Hawk HMA
Resolution
Contact TIBCO Support for assistance.
HWKHMA-006021
tibrvEvent_CreateListener failed. RV error: <RV error text>.
Role
Error
Category
TIBCO Hawk HMA
Resolution
Contact TIBCO Support for assistance.
HWKHMA-006022
util_ListCreate failed with error <error code>.
Role
Error
Category
TIBCO Hawk HMA
Resolution
Contact TIBCO Support for assistance.
HWKHMA-006023
util_ListFindObj failed with error <error code>.
Role
Error
Category
TIBCO Hawk HMA
Resolution
Contact TIBCO Support for assistance.
HWKHMA-006024
util_ListAdd failed with error <error code>.
Role
Error
Category
TIBCO Hawk HMA
Resolution
Contact TIBCO Support for assistance.
HWKHMA-006025
Unable to create new RV transport because the internal buffer limit has been exceeded.
Role
Error
Category
TIBCO Hawk HMA
Resolution
Contact TIBCO Support for assistance.
HWKHMA-006026
Required tibrvTransport argument is null.
Role
Error
Category
TIBCO Hawk HMA
Resolution
Contact TIBCO Support for assistance.
HWKHMA-006027
Unable to create RV parameter key.
Role
Error
Category
TIBCO Hawk HMA
Resolution
Contact TIBCO Support for assistance.
HWKHMA-006028
tibrvTransport_Create failed for '<session>' '<network>' '<daemon>'. RV error: <RV error text>.
Role
Error
Category
TIBCO Hawk HMA
Resolution
Contact TIBCO Support for assistance.
HWKHMA-006029
Sending unsolicited message: <message text>.
Role
Information
Category
TIBCO Hawk HMA
HWKHMA-006030
No RV daemon status was received in the last reporting interval.
Category
TIBCO Hawk HMA
Role
Error
Resolution
Make sure that RVD is running on the system.
HWKHMA-006031
Unable to determine RV daemon statistics because some daemon status information were missing in the last reporting interval.
Category
TIBCO Hawk HMA
Role
Error
Resolution
Make sure that RVD is running on the system.
HWKHMA-007000
PdhOpenQuery failed with error <error code>.
Role
Error
Category
TIBCO Hawk HMA
Resolution
Contact TIBCO Support for assistance.
HWKHMA-007003
Object <object name> has no counters. Ignoring object.
Role
Warning
Category
TIBCO Hawk HMA
Resolution
Object encountered with no defined counters so no data can be returned. Object is being ignored. No action required.
HWKHMA-007005
No open query for this subscription.
Role
Error
Category
TIBCO Hawk HMA
Resolution
Contact TIBCO Support for assistance.
HWKHMA-007006
PdhCollectQueryData for method <method name> instance <instance name> failed with error <error code>.
Role
Error
Category
TIBCO Hawk HMA
Resolution
Contact TIBCO Support for assistance.
HWKHMA-007007
Object <object name> has been removed.
Role
Warning
Category
TIBCO Hawk HMA
Resolution
Performance object was removed by system and is no longer available. No action required.
HWKHMA-007008
PdhEnumObjectItems for object <object name> failed with error <error code>.
Role
Error
Category
TIBCO Hawk HMA
Resolution
Contact TIBCO Support for assistance.
HWKHMA-007009
PdhEnumObjects failed with error <error code>.
Role
Error
Category
TIBCO Hawk HMA
Resolution
Contact TIBCO Support for assistance.
HWKHMA-007010
PdhAddCounter for counter <counter name> failed with error <error code>.
Role
Error
Category
TIBCO Hawk HMA
Resolution
Contact TIBCO Support for assistance.
HWKHMA-007011
PdhCollectQueryData for object <object name> and instance <instance name> failed with error <error code>.
Role
Error
Category
TIBCO Hawk HMA
Resolution
Contact TIBCO Support for assistance.
HWKHMA-007012
PdhGetFormattedCounterValue for object <object name> and instance <instance name> and counter <counter name> failed with error <error code>.
Role
Error
Category
TIBCO Hawk HMA
Resolution
Contact TIBCO Support for assistance.
HWKHMA-007013
PdhRemoveCounter for object <object name> and instance <instance name> and counter <counter id> failed with error <error code>.
Role
Error
Category
TIBCO Hawk HMA
Resolution
Contact TIBCO Support for assistance.
HWKHMA-007014
PdhCloseQuery for object <object name> and instance <instance name> failed with error <error code>.
Role
Error
Category
TIBCO Hawk HMA
Resolution
Contact TIBCO Support for assistance.
HWKHMA-007015
Failed to get instance and counter information for method <methodname>. Ignoring method: <method name>
Category
TIBCO Hawk HMA
Role
Information
Resolution
Specified Object (Method) does not contain any Counter and Instance Information. Skipping this Object(Method) from announcing it as a method during discovery process.
HWKHMA-007016
Found duplicate counter name: <counter name> for method: <method name>. Ignoring method: <method name>.
Category
TIBCO Hawk HMA
Role
Information
Resolution
Specified Object contains duplicate counter name. Skipping this Object from announcing as method during discovery process.
HWKHMA-007017
PdhLookupPerfNameByIndex failed with Pdh status code: <status code> <method name>
Category
TIBCO Hawk HMA
Role
Error
Resolution
Contact TIBCO Support for assistance.
HWKHMA-008000
Key must be specified.
Role
Error
Category
TIBCO Hawk HMA
Resolution
Registry microagent key argument is a required argument.
HWKHMA-008001
Entry must be specified.
Role
Error
Category
TIBCO Hawk HMA
Resolution
Registry microagent entry argument is a required argument.
HWKHMA-008002
Value must be specified.
Role
Error
Category
TIBCO Hawk HMA
Resolution
Registry microagent value argument is a required argument.
HWKHMA-008003
Invalid system key name.
Role
Error
Category
TIBCO Hawk HMA
Resolution
Registry microagent key argument specified is invalid or non-existent.
HWKHMA-008004
Invalid key path.
Role
Error
Category
TIBCO Hawk HMA
Resolution
Registry microagent key path argument specified is invalid or non-existent.
HWKHMA-008005
RegOpenKeyEx failed for key <key name>. WIN32 error <error code> (<error code hex>): <error text>
Role
Error
Category
TIBCO Hawk HMA
Resolution
This error also contains the OS specific error description. If resolution is not obvious from the error description then contact TIBCO Support for assistance.
HWKHMA-008007
RegFlushKey failed for key <key name>. WIN32 error <error code> (<error code hex>): <error text>
Role
Error
Category
TIBCO Hawk HMA
Resolution
This error also contains the OS specific error description. If resolution is not obvious from the error description then contact TIBCO Support for assistance.
HWKHMA-008008
RegCloseKey failed for key <key name>. WIN32 error <error code> (<error code hex>): <error text>
Role
Error
Category
TIBCO Hawk HMA
Resolution
This error also contains the OS specific error description. If resolution is not obvious from the error description then contact TIBCO Support for assistance.
HWKHMA-008009
RegQueryValueEx failed for key <key name> entry <entry name>. WIN32 error <error code> (<error code hex>): <error text>
Role
Error
Category
TIBCO Hawk HMA
Resolution
This error also contains the OS specific error description. If resolution is not obvious from the error description then contact TIBCO Support for assistance.
HWKHMA-008013
RegEnumValue failed for key <key name>. WIN32 error <error code> (<error code hex>): <error text>
Role
Error
Category
TIBCO Hawk HMA
Resolution
This error also contains the OS specific error description. If resolution is not obvious from the error description then contact TIBCO Support for assistance.
HWKHMA-008014
SubKey must be specified.
Role
Error
Category
TIBCO Hawk HMA
Resolution
Registry microagent subkey argument is a required argument.
HWKHMA-008015
Specified key <key name> already exists.
Role
Error
Category
TIBCO Hawk HMA
Resolution
Attempt to create an existing key was made.
HWKHMA-008016
RegEnumKeyEx failed for key <key name>.
Role
Error
Category
TIBCO Hawk HMA
Resolution
This error also contains the OS specific error description. If resolution is not obvious from the error description then contact TIBCO Support for assistance.
HWKHMA-008017
RegCreateKeyEx failed for key <key name>. WIN32 error <error code> (<error code hex>): <error text>
Role
Error
Category
TIBCO Hawk HMA
Resolution
This error also contains the OS specific error description. If resolution is not obvious from the error description then contact TIBCO Support for assistance.
HWKHMA-008018
RegSetValueEx failed for key <key name> entry <entry name> value <value>. WIN32 error <error code> (<error code hex>): <error text>
Role
Error
Category
TIBCO Hawk HMA
Resolution
This error also contains the OS specific error description. If resolution is not obvious from the error description then contact TIBCO Support for assistance.
HWKHMA-008019
RegSetValueEx failed for key <key name> entry <entry name> value <value>. WIN32 error <error code> (<error code hex>): <error text>
Role
Error
Category
TIBCO Hawk HMA
Resolution
This error also contains the OS specific error description. If resolution is not obvious from the error description then contact TIBCO Support for assistance.
HWKHMA-008020
Value for key <key name> entry <entry name> is not of type <type name>.
Role
Error
Category
TIBCO Hawk HMA
Resolution
Registry microagent value specified is not the specified type. Check actual registry entry for correct data type.
HWKHMA-008021
Root key specified is invalid.
Role
Error
Category
TIBCO Hawk HMA
Resolution
An invalid system root key was specified. See TIBCO Hawk Microagent Reference for correct system key values.
HWKHMA-008022
RegFlushKey failed for key <key name>. WIN32 error <error code> (<error code hex>): <error text>
Role
Error
Category
TIBCO Hawk HMA
Resolution
This error also contains the OS specific error description. If resolution is not obvious from the error description then contact TIBCO Support for assistance.
HWKHMA-008023
RegCloseKey failed for key <key name>. WIN32 error <error code> (<error code hex>): <error text>
Role
Error
Category
TIBCO Hawk HMA
Resolution
This error also contains the OS specific error description. If resolution is not obvious from the error description then contact TIBCO Support for assistance.
HWKHMA-008024
ExpandEnvironmentStrings failed for key <key name> entry <entry name>
Category
TIBCO Hawk HMA
Role
Error
Resolution
Contact TIBCO Support for assistance.
HWKHMA-009002
Unable to retrieve source parameter.
Role
Error
Category
TIBCO Hawk HMA
Resolution
EventLog microagent source argument is a required argument.
HWKHMA-009003
CreateEvent failed. WIN32 error <error code> (<error code hex>): <error text>
Role
Error
Category
TIBCO Hawk HMA
Resolution
This error also contains the OS specific error description. If resolution is not obvious from the error description then contact TIBCO Support for assistance.
HWKHMA-009004
OpenEventLog failed for <event log name> event log. WIN32 error <error code> (<error code hex>): <error text>
Role
Error
Category
TIBCO Hawk HMA
Resolution
This error also contains the OS specific error description. If resolution is not obvious from the error description then contact TIBCO Support for assistance.
HWKHMA-009005
beginthread failed for <event log name> event log monitoring thread. System reports error <error number> <error text>.
Role
Error
Category
TIBCO Hawk HMA
Resolution
This error also contains the OS specific error description. If resolution is not obvious from the error description then contact TIBCO Support for assistance.
HWKHMA-009006
RegOpenKeyEx failed for key "<key name>". WIN32 error <error code> (<error code hex>): <error text>
Role
Error
Category
TIBCO Hawk HMA
Resolution
This error also contains the OS specific error description. If resolution is not obvious from the error description then contact TIBCO Support for assistance.
HWKHMA-009007
RegQueryValueEx failed for value "<value name>" under key "<key name>". WIN32 error <error code> (<error code hex>): <error text>
Role
Error
Category
TIBCO Hawk HMA
Resolution
This error also contains the OS specific error description. If resolution is not obvious from the error description then contact TIBCO Support for assistance.
HWKHMA-009008
RegCloseKey failed for key "<key name>". WIN32 error <error code> (<error code hex>): <error text>
Role
Error
Category
TIBCO Hawk HMA
Resolution
This error also contains the OS specific error description. If resolution is not obvious from the error description then contact TIBCO Support for assistance.
HWKHMA-009009
ExpandEnvironmentStrings failed. WIN32 error <error code> (<error code hex>): <error text>
Role
Error
Category
TIBCO Hawk HMA
Resolution
This error also contains the OS specific error description. If resolution is not obvious from the error description then contact TIBCO Support for assistance.
HWKHMA-009010
LoadLibraryEx failed for library "<library name>". WIN32 error <error code> (<error code hex>): <error text>
Role
Error
Category
TIBCO Hawk HMA
Resolution
This error also contains the OS specific error description. If resolution is not obvious from the error description then contact TIBCO Support for assistance.
HWKHMA-009011
FormatMessage failed for event <event ID> of event source "<source name>". WIN32 error <error code> (<error code hex>): <error text>
Role
Error
Category
TIBCO Hawk HMA
Resolution
This error also contains the OS specific error description. If resolution is not obvious from the error description then contact TIBCO Support for assistance.
HWKHMA-009012
Message file name of event source "<source name>" exceeds maximum size of <maximum size> characters.
Role
Error
Category
TIBCO Hawk HMA
Resolution
Contact TIBCO Support for assistance.
HWKHMA-009013
RegisterEventSource failed for event source "<source name>". WIN32 error <error code> (<error code hex>): <error text>
Role
Error
Category
TIBCO Hawk HMA
Resolution
This error also contains the OS specific error description. If resolution is not obvious from the error description then contact TIBCO Support for assistance.
HWKHMA-009014
ReportServiceEvent failed for event source "<source name>". WIN32 error <error code> (<error code hex>): <error text>
Role
Error
Category
TIBCO Hawk HMA
Resolution
This error also contains the OS specific error description. If resolution is not obvious from the error description then contact TIBCO Support for assistance.
HWKHMA-009015
DeregisterEventSource failed for event source "<source name>". WIN32 error <error code> (<error code hex>): <error text>
Role
Error
Category
TIBCO Hawk HMA
Resolution
This error also contains the OS specific error description. If resolution is not obvious from the error description then contact TIBCO Support for assistance.
HWKHMA-009016
<event log name> event log overrun. <event count> events lost. Warning.
Category
TIBCO Hawk HMA
Resolution
Due to extreme system load the EventLog microagent was unable to process new event log entries before they were discarded. This error is sent as an unsolicited message in order for rulebases to respond to this loss of events.
HWKHMA-009017
<event log name> event record <record number> exceeded maximum size. Record skipped.
Role
Error
Category
TIBCO Hawk HMA
Resolution
A single event log entry exceeded the maximum size and was skipped. This error is sent as an unsolicited message in order for rulebases to respond to this skipped event.
HWKHMA-009018
<event log name> event monitoring thread shutdown due to errors encountered.
Role
Error
Category
TIBCO Hawk HMA
Resolution
The dedicated processing thread encountered an unrecoverable error and has shutdown. This error is sent as an unsolicited message in order for rulebases to respond to this thread shutdown.
HWKHMA-009019
Failed to get description for event <record number> in source "<source name>". Error <error number> <error text>.
Role
Error
Category
TIBCO Hawk HMA
Resolution
This error also contains the OS specific error description. If resolution is not obvious from the error description then contact TIBCO Support for assistance.
HWKHMA-009021
WaitForMultipleObjects failed. WIN32 error <error code> (<error code hex>): <error text>
Role
Error
Category
TIBCO Hawk HMA
Resolution
Internal error. Contact TIBCO Support.
HWKHMA-009022
WaitForMultipleObjects returned unexpected value <return code>.
Role
Error
Category
TIBCO Hawk HMA
Resolution
Internal error. Contact TIBCO Support.
HWKHMA-009023
WaitForSingleObject failed. WIN32 error <error code> (<error code hex>): <error text>
Role
Error
Category
TIBCO Hawk HMA
Resolution
Internal error. Contact TIBCO Support.
HWKHMA-009024
WaitForSingleObject returned unexpected value <return code>.
Role
Error
Category
TIBCO Hawk HMA
Resolution
Internal error. Contact TIBCO Support.
HWKHMA-009025
NotifyChangeEventLog failed for <event log name> event log.
Category
TIBCO Hawk HMA
Role
Error
Resolution
This error also contains the OS specific error description. If resolution is not obvious from the error description then contact TIBCO Support for assistance.
HWKHMA-009026
All attempts to reopen <event log name> event log have failed.
Category
TIBCO Hawk HMA
Role
Error
Resolution
The EventLog microagent in the HMA attempts to reopen a Microsoft Windows event log should its existing event log handle become invalid. This can happen if the event log is manually cleared from the Microsoft Windows Event Viewer for example. The microagent makes three (3) attempts to reopen the event log. If all three retries fail this error message is logged and also sent as an unsolicted message to the associated Hawk Agent. The event log monitoring thread is then terminated. This error indicates a serious problem with the Windows Event Log facility. If the Microsoft Windows Event Viewer does not provide a reason for this failure then contact TIBCO Support for assistance.
HWKHMA-009027
ReadEventLog failed for <event log name> event log.
Category
TIBCO Hawk HMA
Role
Error
Resolution
This error also contains the OS specific error description. If resolution is not obvious from the error description then contact TIBCO Support for assistance.
HWKHMA-009028
The <event log name> event log has changed (e.g. cleared) between read operations. Possible loss of events. Re-opening event log.
Category
TIBCO Hawk HMA
Role
Warning
Resolution
This message is logged and sent as an unsolicted message to the associated Hawk Agent whenever the EventLog microagent detects that a Microsoft Windows event log has been modified by another application. The most common occurrence of this is when an event log is manually cleared via the Microsoft Windows Event Viewer. When the event log is cleared it is impossible for the microagent to get any deleted events beyond the ones it has already read so that events may have been lost. When monitoring a Microsoft Windows event log your rulebase should subscribe to the EventLog:: _onUnsolicitedMsg method so it receives a notification of this condition.
HWKHMA-009029
All attempts to resync <event log name> event log after overrun have failed.
Category
TIBCO Hawk HMA
Role
Error
Resolution
This message is logged and sent as an unsolicted message to the associated Hawk Agent whenever the EventLog microagent fails in all attempts to resynchronize with the Microsoft Windows Event Log after an overrun condition. Under extreme load the EventLog microagent may not be able to process new event log events before they are aged out (deleted). When an overrun is detected the EventLog microagent logs and sends an unsolicted message to the associated Hawk Agent indicating the condition and the count of lost events. It then attempts to resynchronize (catch-up) with the event log. When monitoring a Microsoft Windows event log your rulebase should subscribe to the EventLog:: _onUnsolicitedMsg method so it receives a notification of this condition.
HWKHMA-009030
Event category specified, <event category number>, is invalid. Category value must be between 0 and 65535 inclusive.
Category
TIBCO Hawk HMA
Role
Error
Resolution
Specify an event category between zero and 65353 inclusive. A zero indicates "no category".
HWKAGT-010201
Reading variables file <variable file name> java.io.FieNotFoundException
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Make sure that the variable’s file is readable and is in the proper Java properties format.
HWKAGT-010202
Reading variables file <variable’s file name> java.io.SecurityException
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Make sure that the variable’s file is readable and is in the proper Java properties format.
HWKAGT-010203
Reading variables file <variable’s file name> java.io.IOException
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Make sure that the variable’s file is readable and is in the proper Java properties format.
HWKAGT-010204
Reading variables file <variable’s file name> java.lang.Exception
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Make sure that the variable’s file is readable and is in the proper Java properties format.
HWKAGT-010205
Can not determine current working directory from system property user.dir Specify config path.
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Java Virtual Machine’s System Property "user.dir" has to be set correctly.
HWKAGT-010207
No variables have been loaded
Role
Warning
Category
Application TIBCO Hawk Agent
Resolution
Make sure that the variable’s file is readable and is in the proper Java properties format.
HWKAGT-010208
config path directory <path> does not yet exist.
Role
Warning
Category
Application TIBCO Hawk Agent
Resolution
Make sure that the specified configuration path exists
HWKAGT-010209
config path <path> is not a directory.
Role
Warning
Category
Application TIBCO Hawk Agent
Resolution
Make sure that the specified configuration path is a directory
HWKAGT-010210
config path directory <path> can not be read.
Role
Warning
Category
Application TIBCO Hawk Agent
Resolution
Make sure that the specified configuration path is readable and it contains TIBCO Hawk configuration files
HWKAGT-010402
java.io.IOException
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
An internal error occurred while waiting to read the output from the executed command. Contact TIBCO Support
HWKAGT-010405
java.io.IOException
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
An internal error occurred while executing the requested command. Contact TIBCO Support
HWKAGT-010406
A process is blocking, killing it
Role
Warning
Category
Application TIBCO Hawk Agent
Resolution
Contact TIBCO Support
HWKAGT-010407
The process <cmd> timed out. It was terminated.
Role
Warning
Category
Application TIBCO Hawk Agent
Resolution
Try executing the command from a command prompt and report the results to TIBCO Support
HWKAGT-010502
Duplicate ami_rvd_transport parameters. Ignoring ami_rvd_transport <service> <network> <daemon>
Role
Warning
Category
Application TIBCO Hawk Agent
Resolution
Check the command line arguments and remove all duplicates
HWKAGT-010503
The rvd_transport and ami_rvd_transport parameters match. Ignoring ami_rvd_transport <service> <network> <daemon>
Role
Warning
Category
Application TIBCO Hawk Agent
Resolution
Check the command line arguments and remove all duplicates
HWKAGT-010507
Initialized Agent EMS Transport with <url=..> [username=..] [password=..]
Role
Information
Category
Application TIBCO Hawk Agent
HWKAGT-010508
Invalid number of Agent EMS Transport parameters.
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Make sure that the number of parameters following -ems_transport option are either one or three.
HWKAGT-010509
Retry connecting to EMS server...
Role
Information
Category
Application TIBCO Hawk Agent
HWKAGT-010510
Failed to connect to EMS server. Exception: <exception string>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Agent tries to connect to the server again. The number of attempts and the interval between attempts to connect can be changed by adding the following Java system properties
-Dcom.tibco.tibjms.reconnect.attempts=n[,i]
where n is number of attempts (default value is 1800) , and
i is interval in milliseconds between attempts (default value is 1000).
HWKAGT-010902
enableLogging() invoked without type
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Invoke the method "enableLogging() again after specifying a valid value for argument "Type"
HWKAGT-010903
enableLogging() invoked with invalid type
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Invoke the method "enableLogging() again after specifying a valid value for argument "Type"
HWKAGT-010904
disableLogging() invoked without type
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Invoke the method "disableLogging() again after specifying a valid value for argument "Type"
HWKAGT-010905
disableLogging() invoked with invalid type
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Invoke the method "disableLogging() again after specifying a valid value for argument "Type"
HWKAGT-010906
activateClass() invoked without class name
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Contact TIBCO Support
HWKAGT-010907
deactivateClass() invoked without class name
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Contact TIBCO Support
HWKAGT-011001
COM.TIBCO.hawk.microagent.Repository: Fatal error: no repository name
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Contact TIBCO Support
HWKAGT-011004
Initialization of -repository_dir failed: <COM.TIBCO.hawk.agent.source.SourceException>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Contact TIBCO Support
HWKAGT-011006
COM.TIBCO.hawk.microagent.Repository: Failed to load rulebase <rulebase name>. Exception: <SourceException>
Role
Warning
Category
Application TIBCO Hawk Agent
Resolution
Contact TIBCO Support
HWKAGT-011007
COM.TIBCO.hawk.microagent.Repository: Failed to load rulebase <rulebase name>. Exception: <SourceTimeoutException>
Role
Warning
Category
Application TIBCO Hawk Agent
Resolution
Contact TIBCO Support
HWKAGT-011008
COM.TIBCO.hawk.microagent.Repository: Failed to load rulebase <rulebase name>. Exception: <SourceException>
Role
Warning
Category
Application TIBCO Hawk Agent
Resolution
Contact TIBCO Support
HWKAGT-011009
COM.TIBCO.hawk.microagent.Repository: Failed to load rulebase <rulebase name>. Exception: <SourceTimeoutException>
Role
Warning
Category
Application TIBCO Hawk Agent
Resolution
Contact TIBCO Support
HWKAGT-011012
COM.TIBCO.hawk.microagent.Repository: Failed to load schedules. Exception: <SourceException>
Role
Warning
Category
Application TIBCO Hawk Agent
Resolution
Contact TIBCO Support
HWKAGT-011013
COM.TIBCO.hawk.microagent.Repository: Failed to load schedules. Exception: <SourceTimeoutException>
Role
Warning
Category
Application TIBCO Hawk Agent
Resolution
Contact TIBCO Support
HWKAGT-011014
COM.TIBCO.hawk.microagent.Repository: Failed to load rulebase map <rulebase map name>. Exception: <SourceException>
Role
Warning
Category
Application TIBCO Hawk Agent
Resolution
Contact TIBCO Support
HWKAGT-011015
COM.TIBCO.hawk.microagent.Repository: Failed to load rulebase map <rulebase map name>. Exception: <SourceTimeoutException>
Role
Warning
Category
Application TIBCO Hawk Agent
Resolution
Contact TIBCO Support
HWKAGT-011016
COM.TIBCO.hawk.microagent.Repository: Failed to load rulebase map <rulebase map name>. Exception: <SourceException>
Role
Warning
Category
Application TIBCO Hawk Agent
Resolution
Contact TIBCO Support
HWKAGT-011017
COM.TIBCO.hawk.microagent.Repository: Failed to load rulebase map <rulebase map name>. Exception: <SourceTimeoutException>
Role
Warning
Category
Application TIBCO Hawk Agent
Resolution
Contact TIBCO Support
HWKAGT-011022
COM.TIBCO.hawk.microagent.Repository: Failed to start request listener. Exception: TibrvException <>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Contact TIBCO Support
HWKAGT-011023
COM.TIBCO.hawk.microagent.Repository: Exiting on Fatal error
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
An internal error has occurred. Contact TIBCO Support
HWKAGT-011024
COM.TIBCO.hawk.microagent.Repository: Fatal error: Duplicate repository(<name>) detected.
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Contact TIBCO Support
HWKAGT-011027
COM.TIBCO.hawk.microagent.Repository: Failed to send ping reply.
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Contact TIBCO Support
HWKAGT-011028
COM.TIBCO.hawk.microagent.Repository: Configuration type <type> not a valid type.
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Contact TIBCO Support
HWKAGT-011030
COM.TIBCO.hawk.microagent.Repository: Failed to send <type> inventory.
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Contact TIBCO Support
HWKAGT-011034
COM.TIBCO.hawk.microagent.Repository: Configuration Type <type> not valid.
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Contact TIBCO Support
HWKAGT-011036
COM.TIBCO.hawk.microagent.Repository: Failed to send <type> object <name>.
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Contact TIBCO Support
HWKAGT-011038
COM.TIBCO.hawk.microagent.Repository: Failed to retrieve rulebase <rulebase name>. Exception: <SourceException>
Role
Warning
Category
Application TIBCO Hawk Agent
Resolution
Contact TIBCO Support
HWKAGT-011039
COM.TIBCO.hawk.microagent.Repository: Failed to retrieve rulebase <rulebase name>. Exception: <SourceTimeoutException>
Role
Warning
Category
Application TIBCO Hawk Agent
Resolution
Contact TIBCO Support
HWKAGT-011042
addRuleBase() invoked without RulebaseXML parameter
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
This internal error occurred while adding (or updating) a rulebase in the repository. Contact TIBCO Support
HWKAGT-011046
addRuleBase() invoked without RulebaseXML parameter
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
This internal error occurred while adding (or updating) a rulebase in the repository. Contact TIBCO Support
HWKUTL-590307
Failed to decrypt. e=<exception string>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Make sure the file TIBCrypt.jar is present in the EMS client directory and jce.jar is present in JRE lib directory.
HWKLMA-070401
<Pattern file access or pattern retrieval error message>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Make sure that the "patternfile" argument specified to "onNewLineWithPatternFile" method is correct and the file contains at least one valid Perl5 pattern
HWKLMA-070402
Unable to evaluate logfile name: <filename with embedded quotes>
Role
Warning
Category
Application TIBCO Hawk Agent
Resolution
Make sure that the file name with embedded back quotes is correct
HWKLMA-070403
<file name> does not yet exist. Try reopening it later
Role
Warning
Category
Application TIBCO Hawk Agent
Resolution
Make sure that the file name does exist and has proper read permission
HWKLMA-070602
<file name> has been truncated.
Role
Warning
Category
Application TIBCO Hawk Agent
Resolution
The file being monitored has been over written by some other application
HWKLMA-070604
java.io.IOException
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
An internal error occurred while trying to read additional data from the logfile being monitored. Contact TIBCO Support
HWKLMA-070605
java.io.IOException
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
An internal error occurred while trying to close the logfile being monitored. Contact TIBCO Support
HWKLMA-070902
java.io.IOException
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
An internal error occurred while waiting to read the output from the executed command. Contact TIBCO Support
HWKLMA-070906
A process is blocking, killing it
Role
Warning
Category
Application TIBCO Hawk Agent
Resolution
Contact TIBCO Support
HWKLMA-070907
The process <cmd> timed out. It was terminated.
Role
Warning
Category
Application TIBCO Hawk Agent
Resolution
Contact TIBCO Support
HWKRBE-040101
getAlertIDForClear found _currentAlertID=0 : <path>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Internal error, contact TIBCO Support.
HWKRBE-040102
Attempted activation of already active node: <path>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Internal error, contact TIBCO Support.
HWKRBE-040103
Internal rbengine error, sendAlert invoked with state of NONE
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Internal error, contact TIBCO Support.
HWKRBE-040302
DataSourceError with <datasource name>: <error> at, <path>
Role
Warning
Category
Application TIBCO Hawk Agent
Resolution
Contact TIBCO Support
HWKRBE-040303
DataSourceError Cleared for <datasource name> at <path>
Role
Warning
Category
Application TIBCO Hawk Agent
Resolution
This message merely indicates that a previous data source error has now cleared.
HWKRBE-040401
MAX_DATA_ELEMENTS exceeded, discarding data for rule <rule>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Data is being produced at a rate faster than the rule can process it. Usually due to a temporarily overloaded machine. Contact TIBCO Support if this error persists.
HWKRBE-040402
removing orphaned child at <path>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Rulebase engine encountered inconsistent data from microagent. Contact TIBCO Support.
HWKRBE-040403
can’t create child: <reason> at <path>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Internal error, contact TIBCO Support.
HWKRBE-040404
can’t create child: <reason> at <path>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Internal error, contact TIBCO Support.
HWKRBE-040405
invalid data type received at <path>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
The rule at path received an unsupported data type from the microagent. Contact TIBCO Support.
HWKRBE-040501
getAlertIDForClear found currentAlertID=0 : <path>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Internal error, contact TIBCO Support.
HWKRBE-040502
NoValidDataSource for <rule> at <path>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
A valid data source does not exist for the rule. Instantiate a valid data source or modify the rulebase to use available data sources.
HWKRBE-040901
RBEngine timer dispatch thread caught exception: <com.tibco.rv.TibrvException>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Internal error, contact TIBCO Support.
HWKRBE-040902
RBEngine timer dispatch thread caught exception: <java.lang.Throwable>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Internal error, contact TIBCO Support.
HWKRBE-040903
RBEngine timer dispatch thread interrupted: <java.io.InterruptedException>
Role
Warning
Category
Application TIBCO Hawk Agent
Resolution
Contact TIBCO Support
HWKRBE-041202
Attempted activation of already active node: <path>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Internal error, contact TIBCO Support.
HWKRBE-041206
Processed clear for non-existent alert. ID:<id> Reason:<reason>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Internal error, contact TIBCO Support.
HWKRBE-041303
initializing subscription for rule <name>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Contact TIBCO Support.
HWKRBE-041304
Attempted activation of already active node: <path>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Contact TIBCO Support.
HWKRBE-041306
while canceling subscription for rule <rulename>, <exception>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Contact TIBCO Support.
HWKRBE-041309
onSubscriptionPending, data source <data_source_instance> already exists.
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Internal error, contact TIBCO Support.
HWKRBE-041311
initializing subscription for rule: <rulename>, microagent: <microagent name>, <exception>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Contact TIBCO Support.
HWKRBE-041312
onSubscriptionError, data source <method_name>: <data_source_instance> not registered.
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Internal error, contact TIBCO Support.
HWKRBE-041314
onData, data source <method_name>: <data_source_instance> not registered.
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Internal error, contact TIBCO Support.
HWKRBE-041315
onData, subscription and data have inconsistent microagent id, subscription: <id>, data: <id>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Internal error, contact TIBCO Support.
HWKRBE-041317
Rule datasource error for rule <path> exception: <COM.TIBCO.hawk.talon.MicroAgentException>
Role
Warning
Category
Application TIBCO Hawk Agent
Resolution
Contact TIBCO Support
HWKRBE-041318
onRoleError, data source <method_name>: <data_source_instance> not registered.
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Internal error, contact TIBCO Support.
HWKRBE-041319
adding DataSourceNode <method name>, <exception>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Internal error, contact TIBCO Support.
HWKRBE-041321
onErrorCleared, data source <method_name>: <data_source_instance> not registered.
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Internal error, contact TIBCO Support.
HWKRBE-041324
adding DataSourceNode <method name>, <exception>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Internal error, contact TIBCO Support.
HWKRBE-041325
adding NoValidDataSourceNode <exception>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Internal error, contact TIBCO Support.
HWKRBE-041401
Attempted activation of already active node: <path>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Internal error, contact TIBCO Support.
HWKRBE-041407
can’t evaluate test: <exception>, At: <path>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Unable to evaluate test for stated reason.
HWKRBE-041408
can’t evaluate test: <exception>, At: <path>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Unable to evaluate test for stated reason.
HWKRBE-041410
Couldn’t launch clear timer: <reason>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Unable to launch timer for stated reason.
HWKRBE-041413
Unable to evaluate action: <action>, <exception>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Unable to evaluate action because of stated error.
HWKRBE-041414
clear action is not of type ActionNode <type>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Illegally formatted rulebase file.
HWKRBE-041415
Unable to evaluate action: <action>, <exception>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Unable to evaluate action because of stated error.
HWKRBE-041416
Unable to reset timer: <reason>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Unable to restart timer for stated reason.
HWKRBE-041601
Scheduler registering node <node> with schedule <scheduleName> node already registered.
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Internal error, contact TIBCO Support.
HWKRBE-041602
Schedule <schedule name> is not loaded
Role
Warning
Category
Application TIBCO Hawk Agent
Resolution
Try loading the schedule’s file (schedules.hsf) using TIBCO Hawk Display’s Schedules Editor
HWKRBE-041603
Invalid arguments for Scheduler.deregister(), node:<node>, scheduleName:<scheduleName>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Internal error, contact TIBCO Support.
HWKRBE-041604
Scheduler deregistering node <node>. Schedule <scheduleName> not in active list.
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Internal error, contact TIBCO Support.
HWKRBE-041605
Scheduler deregistering node <node> with schedule <scheduleName>, node not found.
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Internal error, contact TIBCO Support.
HWKRBE-041608
Schedule <schedule name> is no longer loaded
Role
Warning
Category
Application TIBCO Hawk Agent
Resolution
Contact TIBCO Support
HWKRBE-041609
In Scheduler.evaluateSchedules() - node <node> threw exception <exception> in response to inSchedule() call. Deregistering node from scheduler.");
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Internal error, contact TIBCO Support.
HWKRBE-041623
InterruptedException in Scheduler sleep <exception>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Contact TIBCO Support if this error persists.
HWKRBE-041705
Ignoring includes list of <rulebase name>. Include lists are not supported in auto config mode.
Role
Warning
Category
Application TIBCO Hawk Agent
Resolution
Edit the <rulebase name> and remove all the included rulebase lists
HWKRBE-041708
Error purging <config_file>: <exception>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Unable to purge config_file from local cache. If resolution is not obvious from the error description then contact TIBCO Support for assistance.
HWKRBE-041709
Error examining inventory of source <config_source>: <exception>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Unable to examine config_source inventory. If resolution is not obvious from the error description then contact TIBCO Support for assistance.
HWKRBE-041711
Error purging <schedules name>: <exception>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Unable to purge config_source inventory cache. If resolution is not obvious from the error description then contact TIBCO Support for assistance.
HWKRBE-041712
Error examining inventory of source <config_source>: <exception>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Unable to examine config_source inventory. If resolution is not obvious from the error description then contact TIBCO Support for assistance.
HWKRBE-041714
Error purging <rulebase name>: <exception>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Unable to purge config_source inventory cache. If resolution is not obvious from the error description then contact TIBCO Support for assistance.
HWKRBE-041715
Error examining inventory of source <rulebase name>: <exception>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Unable to examine config_source inventory. If resolution is not obvious from the error description then contact TIBCO Support for assistance.
HWKRBE-041717
Corrupt rulebase <rulebase name> from <config source>, name of the rulebase does not correspond to the name of config object.
Role
Warning
Category
Application TIBCO Hawk Agent
Resolution
Contact TIBCO Support
HWKRBE-041719
Error loading rulebase <name> from <config_source>: <exception>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Unable to load named rulebase from named config_source. Check configuration according to exception or contact TIBCO Support.
HWKRBE-041720
Config object is of incorrect type: <config_object>, expected <type>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Contact TIBCO Support.
HWKRBE-041721
Requested config object <name> not found in config source
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Unable to locate config object in config source. Insure that it exists.
HWKRBE-041722
Error loading <config object name> from <config source>, <SourceException>
Role
Warning
Category
Application TIBCO Hawk Agent
Resolution
Contact TIBCO Support
HWKRBE-041723
Error loading <config object name> from <config source>, <SourceTimeoutException>
Role
Warning
Category
Application TIBCO Hawk Agent
Resolution
Contact TIBCO Support
HWKRBE-041724
Error loading <config object name> from <config source>, <java.lang.Exception>
Role
Warning
Category
Application TIBCO Hawk Agent
Resolution
Contact TIBCO Support
HWKRBE-041725
Config object <config object name> was retrieved from an emergency source: <source name>
Role
Warning
Category
Application TIBCO Hawk Agent
Resolution
Make sure that the specified config object exists in the config source directory
HWKRBE-041727
Config object is of incorrect type: <name>, expected Schedules.hsf
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Unable to locate Schedules.hsf in config source. Insure that it exists.
HWKRBE-041731
Config object is of incorrect type: <name>, expected rbmap.hrm
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Unable to locate rbmap.hrm in config source. Insure that it exists.
HWKRBE-041734
Config object is of incorrect type: <name>, expected Schedules.hsf
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Unable to locate Schedules.hsf in config source. Insure that it exists.
HWKRBE-041736
Error finding rulebase: <exception>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Unable to examine auto-config directory. Check path and permissions.
HWKRBE-041737
Corrupt rulebase <rulebase name> from <config source>, name of the rulebase does not correspond to the name of config object.
Role
Warning
Category
Application TIBCO Hawk Agent
Resolution
Contact TIBCO Support
HWKRBE-041739
Error loading rulebase <name> from <config_source>: <exception>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Unable to load named rulebase from named config_source. Check configuration according to exception or contact TIBCO Support.
HWKRBE-041740
Config object is of incorrect type: <name>, expected COM.TIBCO.hawk.config.rbengine.rulebase.Rulebase
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Unable to locate rbmap.hrm in config source. Insure that it exists.
HWKRBE-041741
Rulebase <name> found in inventory but unable to retrieve
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Unable to retrieve named rulebase from config source. Check permissions.
HWKRBE-041744
Invoking method <exception>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Contact TIBCO Support.
HWKRBE-041745
loadRuleBase() may not be invoked when agent is in auto-config mode. Use loadRuleBaseFromFile() instead.
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
The loadRuleBase() method of the RBEngineMicroAgent was used under conditions when it is not permitted. Use the loadRuleBaseFromFile() method instead.
HWKRBE-041746
loadRuleBase() invoked without rulebase name
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Modify method invocation to include a rulebase name.
HWKRBE-041748
Corrupt rulebase <rulebase name> from <config source>, name of the rulebase does not correspond to the name of config object.
Role
Warning
Category
Application TIBCO Hawk Agent
Resolution
Contact TIBCO Support
HWKRBE-041752
RuleBase file not found: <name>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Insure that the named rulebase file exists.
HWKRBE-041753
loadRuleBaseFromFile() invoked without rulebase name
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Modify method invocation to include a rulebase name.
HWKRBE-041755
unloadRuleBase() invoked without rulebase name
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Modify method invocation to include a rulebase name.
HWKRBE-041757
sendMail: messageNotDelivered.
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Unable to deliver email. Check email server or sendMail method invocation.
HWKRBE-041758
sendMail: messagePartiallyDelivered.
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Unable to deliver email. Check email server or sendMail method invocation.
HWKRBE-041759
Send Mail Exception: <exception>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Unable to deliver email. Check email server or sendMail method invocation as per exception or contact TIBCO Support.
HWKRBE-041760
setSchedules() invoked without SchedulesXML parameter
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Contact TIBCO Support.
HWKRBE-041761
Error saving schedules in auto-config: <exception>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Check auto-config path or permissions.
HWKRBE-041763
Error deleting rulebase: <exception>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Check auto-config path or permissions.
HWKRBE-041764
addRuleBase() invoked without RulebaseXML parameter
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Contact TIBCO Support.
HWKRBE-041765
Error saving rulebase <name> in auto-config: <exception>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Check auto-config path or permissions.
HWKRBE-041766
updateRuleBase() invoked without rulebase
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Contact TIBCO Support.
HWKRBE-042301
Arbitrable node <node> threw exception <exception> in response to wonArbitration() call. Deregistering node from Arbiter.
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Internal error, contact TIBCO Support.
HWKRBE-042302
Arbitrable node <node> threw exception <exception> in response to wonArbitration() call. Queued for deregistration from Arbiter.
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Internal error, contact TIBCO Support.
HWKRBE-042701
Alert suspension thread interrupted, terminating thread.
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Contact TIBCO Support if this error persists.
HWKRBE-043301
Fatal error in <thread_name> thread:<exception>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Internal error, contact TIBCO Support.
HWKRBE-043302
SubscriptionMultiplexer error: null event received
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Internal error, contact TIBCO Support.
HWKRBE-043303
Unchecked exception thrown in SubscriptionMultiplexer thread while processing SubscribeEvent for sub: <subscription>, microagent:<id>, exception: <exception>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Internal error, contact TIBCO Support.
HWKRBE-043304
Unchecked exception thrown in SubscriptionMultiplexer thread while calling onSubscriptionError() for handler: <subscription>, microagent:<id>, exception: <exception>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Internal error, contact TIBCO Support.
HWKRBE-043305
Unchecked exception thrown in SubscriptionMultiplexer thread by method Subscription.cancel() for sub: <subscription>, microagent:<id>, exception: <exception>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Internal error, contact TIBCO Support.
HWKRBE-043307
Unchecked exception thrown in SubscriptionMultiplexer thread while processing MAAddedEvent for sub: <subscription>, microagent:<id>, exception: <exception>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Internal error, contact TIBCO Support.
HWKRBE-043308
Unchecked exception thrown in SubscriptionMultiplexer thread while calling onSubscriptionError() for handler: <subscription>, microagent:<id>, exception: <exception>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Internal error, contact TIBCO Support.
HWKRBE-043309
SubscriptionMultiplexer error: Unknown event type.
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Internal error, contact TIBCO Support.
HWKMAG-020310
stopSubscription call failed for <microagent_id>::<subscription>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Contact TIBCO Support.
HWKMAG-020313
Inconsistent microagent state for method subscription <subscription>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Contact TIBCO Support.
HWKMAG-020314
Attempt to remove MicroAgent more than once, <microagent_id>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Contact TIBCO Support.
HWKCON-220601
RemoteAccessServer dispatch thread caught exception: <com.tibco.rv.TibrvException>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Contact TIBCO Support
HWKCON-220602
RemoteAccessServer dispatch thread caught exception: <java.lang.Throwable>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Contact TIBCO Support
HWKCON-220603
RemoteAccessServer processRequest thread caught exception: <java.lang.Throwable>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Contact TIBCO Support
HWKCON-220604
RemoteAccessServer.processRequest(), request type= <type> <java.lang.Throwable>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Contact TIBCO Support
HWKCON-220605
Processing groupOp error reply: <COM.TIBCO.hawk.talon.MicroAgent
Resolution
Exception>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Contact TIBCO Support
HWKCON-220606
Processing groupOp error reply: <java.lang.Exception>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Contact TIBCO Support
HWKCON-220607
Sending reply: <java.lang.Exception>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Contact TIBCO Support
HWKCON-220608
processing pingRequest: <java.lang.Exception>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Contact TIBCO Support
HWKCON-220609
processing commitRequest: <com.tibco.rv.TibrvException>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Contact TIBCO Support
HWKCON-220610
processing refreshRequest: <com.tibco.rv.TibrvException>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Contact TIBCO Support
HWKCON-220611
RemoteAccessServer dispatch thread was interrupted: <java.io.InterruptedException>
Role
Warning
Category
Application TIBCO Hawk Agent
Resolution
Internal error, contact TIBCO Support
HWKCON-220701
DuplicateAgent
Resolution
Check dispatch thread caught exception: <exception>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Make sure there is only one agent running with the same startup parameters.
HWKCFG-120901
RBMap::toXML() - Unable to write to output stream.\n Exception: <java.io.IOException>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Contact TIBCO Support
HWKCFG-131101
Failed to convert rulebase <rulebase name> ...
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Contact TIBCO Support
HWKCFG-110101
MicroAgentDescriptorReader - Unable to read DataDescriptor.\n Exception: <java.lang.Exception>
Role
Error
Category
Application TIBCO Hawk Agent
Resolution
Contact TIBCO Support
HWKDIS-274404
<COM.TIBCO.hawk.hawkeye.Error ExceptionEvent.getMessage()>
Role
Error
Category
Application TIBCO Hawk Display
Resolution
An internal error occurred in the TIBCO Hawk Console API. Contact TIBCO Support.
HWKDIS-274405
<COM.TIBCO.hawk.console.hawkeye.WarningExceptionEvent.getConsoleWarning().getMessage()>
Role
Warning
Category
Application TIBCO Hawk Agent
Resolution
The warning exception event should provide additional details
HWKDIS-271604
Unable to locate container - <container>
Role
Error
Category
Application TIBCO Hawk Display
Resolution
An error occurred while locating container when moving a container. Verify that the name of the container to be moved is valid.
HWKDIS-270502
Reading variables file <file name> <java.io.FileNotFoundException>
Role
Error
Category
Application TIBCO Hawk Display
Resolution
An error occurred while reading the specified variables file. If the resolution is not obvious from the exception description then contact TIBCO Support.
HWKDIS-270503
Reading variables file <file name> <java.io.SecurityException>
Role
Error
Category
Application TIBCO Hawk Display
An error occurred while reading the specified variables file. If the resolution is not obvious from the exception description then contact TIBCO Support.
HWKDIS-270504
Reading variables file <file name> <java.io.IOException>
Role
Error
Category
Application TIBCO Hawk Display
Resolution
An error occurred while reading the specified variables file. If the resolution is not obvious from the exception description then contact TIBCO Support.
HWKDIS-270505
Reading variables file <file name> <java.lang.Exception>
Role
Error
Category
Application TIBCO Hawk Display
Resolution
An error occurred while reading the specified variables file. If the resolution is not obvious from the exception description then contact TIBCO Support.
HWKDIS-270506
Unable to load variables from file <file name>
Role
Warning
Category
Application TIBCO Hawk Agent
Resolution
Make sure that the variable’s file is readable, it contains at least one valid variable and is in the proper Java properties format
HWKDIS-270508
Unable to openDisplay Display file - <fileName>
Role
Error
Category
Application TIBCO Hawk Display
Resolution
An error occurred while reading the specified display file. This message is followed by a message with detail reason for the failure.
HWKDIS-270509
Unable to openDisplay - <exception>
Role
Error
Category
Application TIBCO Hawk Display
An error occurred while opening a display file. If the resolution is not obvious from the exception description then contact TIBCO Support.
HWKDIS-270511
Unable to initialize TIBCO Hawk Display : <COM.TIBCO.hawk.console.hawkeye.ConsoleInitializationException>
Role
Error
Category
Application TIBCO Hawk Display
Resolution
An error occurred while initializing TIBCO Hawk Display. If the resolution is not obvious from the exception description then contact TIBCO Support for assistance.
HWKDIS-270512
Unable to initialize TIBCO Hawk Display : <java.lang.Throwable>
Role
Error
Category
Application TIBCO Hawk Display
Resolution
An error occurred while initializing TIBCO Hawk Display. If the resolution is not obvious from the exception description then contact TIBCO Support for assistance.
HWKDIS-270513
Unable to reinitialize TIBCO Hawk Display : <COM.TIBCO.hawk.console.hawkeye.ConsoleInitializationException>
Role
Error
Category
Application TIBCO Hawk Display
Resolution
An error occurred while reinitializing TIBCO Hawk Display. If the resolution is not obvious from the exception description then contact TIBCO Support for assistance.
HWKDIS-270514
Unable to reinitialize TIBCO Hawk Display : <java.lang.Throwable>
Role
Error
Category
Application TIBCO Hawk Display
Resolution
An error occurred while reinitializing TIBCO Hawk Display. If the resolution is not obvious from the exception description then contact TIBCO Support for assistance.
HWKDIS-270517
Unable to find <key> in HawkGui.properties ...
Role
Error
Category
Application TIBCO Hawk Display
Resolution
The specified key is not found in the HawkGui.properties file. The HawkGui.properties may be corrupted or of invalid version. Verify that the version HawkGui.properties is supported.
HWKDIS-270518
Unable to find <key> in HawkGui.properties ...
Role
Error
Category
Application TIBCO Hawk Display
Resolution
The specified key is not found in the HawkGui.properties file. The HawkGui.properties may be corrupted or of invalid version. Verify that the version HawkGui.properties is supported.
HWKDIS-270901
Unable to locate node in tree - <node>
Role
Error
Category
Application TIBCO Hawk Display
Resolution
An error occurred while locating the specified node in the display tree. Contact TIBCO Support.
HWKDIS-271602
Unable to locate parent node of - <node name>
Role
Error
Category
Application TIBCO Hawk Display
Resolution
Internal error. Contact TIBCO Support.
HWKDIS-271603
Unable to locate node in tree - <node name>
Role
Error
Category
Application TIBCO Hawk Display
Resolution
Internal error. Contact TIBCO Support.
HWKDIS-271604
Unable to locate container - <container name>
Role
Error
Category
Application TIBCO Hawk Display
Resolution
Internal error. Contact TIBCO Support.
HWKDIS-271605
Unable to find container Discovered
Role
Error
Category
Application TIBCO Hawk Display
Resolution
The default container Discovered is not found in the Display. A default Discovered is created. Retry the operation. If the error persist, contact TIBCO Support.
HWKDIS-271606
Varying versions of same rulebase <rulebase name> detected on agent <agent name>
Role
Error
Category
Application TIBCO Hawk Display
Resolution
Multiple rulebases with the specified name is found on different agents. Some of the rulebases may be out of date. Replace out of date rulebases with the most up to date version.
HWKDIS-272701
Unable to open display file: <file name> - Error <java.io.FileNotFoundException>
Role
Error
Category
Application TIBCO Hawk Display
Resolution
TIBCO Hawk Display is unable to open the specified display file. If the resolution is not obvious from the exception description then contact TIBCO Support.
HWKDIS-272702
Unable to open display file: <file name> - Error <java.io.StreamCorruptedException>
Role
Error
Category
Application TIBCO Hawk Display
Resolution
TIBCO Hawk Display is unable to open the specified display file. If the resolution is not obvious from the exception description then contact TIBCO Support.
HWKDIS-272703
Unable to open display file: <file name> - Error <java.lang.Exceptin>
Role
Error
Category
Application TIBCO Hawk Display
Resolution
TIBCO Hawk Display is unable to open the specified display file. If the resolution is not obvious from the exception description then contact TIBCO Support.
HWKDIS-273903
Unsupported resources version: <version>
Role
Error
Category
Application TIBCO Hawk Display
Resolution
The properties file is of different version. Check or re-install Hawk to ensure that HawkGui.properties and Display are of the same version.
HWKDIS-273904
Missing resources file HawkGui.properties ... exiting
Role
Error
Category
Application TIBCO Hawk Display
Resolution
The HawkGui.properties file is not found in the resource directory. Check or re-install Hawk to ensure that HawkGui.properties is at the proper location.
HWKDIS-275502
Image Directory not found...
Role
Error
Category
Application TIBCO Hawk Display
Resolution
The image directory is not found. Check or re-install Hawk to ensure that HawkGui.properties is at the proper location.
HWKDIS-275601
Unable to send config object. - Error <COM.TIBCO.hawk.talon.MicroAgentException>
Role
Error
Category
Application TIBCO Hawk Display
Resolution
An error occurred while sending rulebases or schedule to multiple agent. If the resolution is not obvious from the exception description then contact TIBCO Support for assistance.
HWKDIS-300401
ERROR: building method invocation while performing network query/action: <exception message>
Role
Error
Category
Application TIBCO Hawk Display
Resolution
An error occurred while performing network query/action. The exception message should provide more details about the error.
HWKDIS-300402
ERROR: performing network query/action: <exception message>
Role
Error
Category
Application TIBCO Hawk Display
Resolution
An error occurred while performing network query/action. The exception message should provide more details about the error.
HWKDIS-300403
ERROR: parsing results while performing network query/action: <exception message>
Role
Error
Category
Application TIBCO Hawk Display
Resolution
An error occurred while performing network query/action. The exception message should provide more details about the error.
HWKDIS-300801
Unable to retrieve Micro Agents from - <hostname>. - Error: <java.lang.Exception>
Role
Error
Category
Application TIBCO Hawk Display
Resolution
An error occurred while performing network query/action. The exception message should provide more details about the error.
HWKDIS-310101
Failed to invoke java command: <toolCommand>; Exception - <java.lang.Exception>
Role
Error
Category
Application TIBCO Hawk Display
Resolution
An error occurred while invoking the specified tool command. This message is followed by a message that displays an exception that describes the error. Verify that the Java class specified is valid and the classpath for the class is included in CLASSPATH.
HWKDIS-310402
Failed to load resources from input stream ...
Role
Error
Category
Application TIBCO Hawk Display
Resolution
An error occurred while loading resource such as an icon. Verify that the resource’s path is valid.
HWKDIS-310403
Error saving preferences to resources file <file name>.
Role
Error
Category
Application TIBCO Hawk Display
Resolution
An error occurred while saving preferences to the resource file. The path of the file may be invalid or the file may have read-only access.
HWKDIS-310404
Failed to invoke java command: <toolCommand>; Exception - <java.lang.Exception>
Role
Error
Category
Application TIBCO Hawk Display
Resolution
An error occurred while invoking the specified tool command. This message is followed by a message that displays an exception that describes the error. Verify that the Java class specified is valid and the classpath for the class is included in CLASSPATH.
HWKDIS-310601
IllegalAccessException: <error text>
Role
Error
Category
Application TIBCO Hawk Display
Resolution
An error occurred when loading the class specified for the menu command. Hawk may not have access to the definition of the class because the class is a public class. The message is followed by a message that indicates the Java class in error.
HWKDIS-310602
IllegalArgumentException: <error text>
Role
Error
Category
Application TIBCO Hawk Display
Resolution
An error occurred when loading the class specified for the menu command. Hawk may not have access to the definition of the class because the class is a public class. The message is followed by a message that indicates the Java class in error.
HWKDIS-310603
InvocationTargetException: <error text>
Role
Error
Category
Application TIBCO Hawk Display
Resolution
An exception is thrown by the main or the constructor of the class specified for the menu command. The message is followed by a message that indicates the Java class in error.
HWKDIS-310604
ExceptionInInitializerError: <error text>
Role
Error
Category
Application TIBCO Hawk Display
Resolution
An error occurred during static initialization of the class specified for the menu command. The message is followed by a message that indicates the Java class in error.
HWKDIS-331201
Unable to save rulebase <rulebase name> to file <file name>
Role
Error
Category
Application TIBCO Hawk Display
Resolution
A error occurred while saving rulebase to a local file system. If the resolution is not obvious from the exception description then contact TIBCO Support.
HWKDIS-331202
Unable to save Rulebase - <file name> \n <java.lang.Exception>
Role
Error
Category
Application TIBCO Hawk Display
Resolution
A error occurred while saving rulebase to a local file system. If the resolution is not obvious from the exception description then contact TIBCO Support.
HWKDIS-331203
Unable to add rulebase - <rulebase name>; Exception: <java.lang.Exception>
Role
Error
Category
Application TIBCO Hawk Display
Resolution
A error occurred while sending the rulebase to the agent. If the resolution is not obvious from the exception description then contact TIBCO Support.
HWKDIS-331204
Unable to add rulebase - <rulebase name>; Exception: <COM.TIBCO.hawk.talon.MicroAgentException>
Role
Error
Category
Application TIBCO Hawk Display
Resolution
A error occurred while sending the rulebase to the agent. If the resolution is not obvious from the exception description then contact TIBCO Support.
HWKDIS-331205
Unable to update rulebase - <rulebase name>; Exception: <java.lang.Exception>
Role
Error
Category
Application TIBCO Hawk Display
Resolution
A error occurred while sending the rulebase to the agent. If the resolution is not obvious from the exception description then contact TIBCO Support.
HWKDIS-331206
Unable to update rulebase - <rulebase name>; Exception: <COM.TIBCO.hawk.talon.MicroAgentException>
Role
Error
Category
Application TIBCO Hawk Display
Resolution
A error occurred while sending the rulebase to the agent. If the resolution is not obvious from the exception description then contact TIBCO Support.
HWKDIS-331207
Unable to unload rulebase - <rulebase name>; Exception: <java.lang.Exception>
Role
Error
Category
Application TIBCO Hawk Display
Resolution
A error occurred while unloading the rulebase from the agent. If the resolution is not obvious from the exception description then contact TIBCO Support.
HWKDIS-331208
Unable to unload rulebase - <rulebase name>; Exception: <COM.TIBCO.hawk.talon.MicroAgentException>
Role
Error
Category
Application TIBCO Hawk Display
Resolution
A error occurred while unloading the rulebase from the agent. If the resolution is not obvious from the exception description then contact TIBCO Support.
HWKDIS-331209
Unable to send rulebase; Exception: <COM.TIBCO.hawk.talon.MicroAgentException>
Role
Error
Category
Application TIBCO Hawk Display
Resolution
A error occurred while sending the rulebase to the agent. If the resolution is not obvious from the exception description then contact TIBCO Support.
HWKDIS-331210
Unable to retrieve rulebase <rulebase name> from <agent or repository name>; Exception: <java.lang.Exception>
Role
Error
Category
Application TIBCO Hawk Display
Resolution
A error occurred while retrieving the rulebase from the agent (or the repository). If the resolution is not obvious from the exception description then contact TIBCO Support.
HWKDIS-332912
Unable to load Micro Agent Descriptors from - <host name>; Exception - <java.lang.Exception>
Role
Error
Category
Application TIBCO Hawk Display
Resolution
A error occurred while trying to load microagent descriptors from the agent. If the resolution is not obvious from the exception description then contact TIBCO Support.
HWKDIS-331301
Unable to clone rulebase for - <rulebase name>; Exception - <java.lang.Exception>
Role
Error
Category
Application TIBCO Hawk Display
Resolution
Internal Error Contact TIBCO Support.
HWKDIS-332901
Unable to export Micro Agent Descriptors from - <host name>; Exception - <java.lang.Exception>
Role
Error
Category
Application TIBCO Hawk Display
Resolution
A error occurred while trying to export microagent descriptors to the agent. If the resolution is not obvious from the exception description then contact TIBCO Support.
HWKDIS-340801
Unable to retrieve Micro Agents from - <agent name>; Exception - <java.lang.Exception>
Role
Error
Category
Application TIBCO Hawk Display
Resolution
An error occurred while retrieving micro agents from the specified agent. The exception message should provide more details about the error.
HWKDIS-350401
Unable to execute command - <command string>
Role
Error
Category
Application TIBCO Hawk Display
Resolution
An error occurred while executing the specified command in the command file for Tekmon support. Verify that the command is a valid command.
HWKDIS-381301
Unable to retrieve schedules from - <host or repository name>. - Error <java.lang.Exception>
Role
Error
Category
Application TIBCO Hawk Display
Resolution
An error occurred while retrieving schedules from either the agent or repository. The exception message should provide more details about the error.
HWKDIS-381401
Unable to send Schedules; Exception - <java.lang.Exception>
Role
Error
Category
Application TIBCO Hawk Display
Resolution
An error occurred while sending schedules to either the agent or repository. The exception message should provide more details about the error.
HWKEVT-390101
Missing -datadir and JDBC command line options. TIBCO Hawk events are not persistent
Role
Warning
Category
Application TIBCO Hawk Event Service
Resolution
Specify missing command line options if TIBCO Hawk events needs to be written to file or database.
HWKEVT-390104
Setting data destination failed. Exiting !!
Role
Error
Category
Application TIBCO Hawk Event Service
Resolution
Make sure that the directory specified for -datadir command line option has write permission
HWKEVT-390106
java.lang.NumberFormatException
Role
Error
Category
Application TIBCO Hawk Event Service
Resolution
Check command line options and verify that they are all correct
HWKEVT-390107
java.lang.UnsupportedEncodingException
Role
Error
Category
Application TIBCO Hawk Event Service
Resolution
Check command line option -characer_encoding and verify that it is valid
HWKEVT-390108
java.lang.Exception
Role
Error
Category
Application TIBCO Hawk Event Service
Resolution
Contact TIBCO Support
HWKEVT-390110
Failed to create FT TibrvRvdTransport - <com.tibco.tibrv.TibrvException>
Role
Error
Category
Application TIBCO Hawk Event Service
Resolution
Check the TIBCO Rendezvous session -rvd_session command line option and verify that it is valid
HWKEVT-390111
Exception joining fault tolerance group - <com.tibco.tibrv.TibrvException>
Role
Error
Category
Application TIBCO Hawk Event Service
Resolution
Check the TIBCO Rendezvous fault tolerant -ft command line option and verify that it is valid
HWKEVT-390701
Unable to create RV session for AMI communication - <com.tibco.tibrv.TibrvException>
Role
Error
Category
Application TIBCO Hawk Event Service
Resolution
Check the TIBCO Rendezvous session -ami_rvd_session command line option and verify that it is valid
HWKEVT-390802
JDBC Driver is unable to insert a record for "onAgentAlive" event. <java.sql.SQLException>
Role
Error
Category
Application TIBCO Hawk Event Service
Resolution
Contact JDBC driver vendor for more info
HWKEVT-390803
JDBC Driver is unable to insert a record for "onAgentExpired" event. <java.sql.SQLException>
Role
Error
Category
Application TIBCO Hawk Event Service
Resolution
Contact JDBC driver vendor for more info
HWKEVT-390804
JDBC Driver is unable to insert a record for "onAlert" event. <java.sql.SQLException>
Role
Error
Category
Application TIBCO Hawk Event Service
Resolution
Contact JDBC driver vendor for more info
HWKEVT-390805
JDBC Driver is unable to insert a record for "onClear" event. <java.sql.SQLException>
Role
Error
Category
Application TIBCO Hawk Event Service
Resolution
Contact JDBC driver vendor for more info
HWKEVT-390806
JDBC Driver is unable to insert a record for "onMicroAgentChange" event. <java.sql.SQLException>
Role
Error
Category
Application TIBCO Hawk Event Service
Resolution
Contact JDBC driver vendor for more info
HWKEVT-390807
JDBC Driver is unable to insert a record for "onRulebaseChange" event. <java.sql.SQLException>
Role
Error
Category
Application TIBCO Hawk Event Service
Resolution
Contact JDBC driver vendor for more info
HWKEVT-390808
JDBC Driver is unable to create table "HawkAgentInfo". <java.sql.SQLException>
Role
Error
Category
Application TIBCO Hawk Event Service
Resolution
Contact JDBC driver vendor for more info
HWKEVT-390809
JDBC Driver is unable to create table "HawkAlertClearInfo". <java.sql.SQLException>
Role
Error
Category
Application TIBCO Hawk Event Service
Resolution
Contact JDBC driver vendor for more info
HWKEVT-390810
JDBC Driver is unable to close connection. <java.sql.SQLException>
Role
Error
Category
Application TIBCO Hawk Event Service
Resolution
Contact JDBC driver vendor for more info
 

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved