Deployment Time Messages

The logger displays INFO level messages at Deployment time.

These messages show the following:

  • A Service Health Check operation has been added for a Service, Component, or Shared Resource.
  • The version of the Component on which the Service Health Check operation has been added.
  • The name of the application on which the Service Health Check operation has been added.
  • The SOAP Endpoint URI on which the Service Health Check operation has been added.

The following are representative log entries:

08 Apr 2015 15:46:41,896 [ComponentFrameworkTask] [INFO ] [] com.tibco.amx.healthcheck - Health Check operation "{http://www.tibco.com/healthcheck/}checkHealth" added for Component "J6" (Component Version: "1.0.0.v2014-12-17-1653", Application: "Soap1Java1_2").

This INFO log entry is emitted at deployment time to record the fact that Service Health Check for component J6 has been initialized. Other details specific to the component are also recorded.

08 Apr 2015 15:46:42,897 [ComponentFrameworkTask] [INFO ] [] com.tibco.amx.healthcheck - Health Check operation "{http://www.tibco.com/healthcheck/}checkHealth" added for the SOAP Endpoint URI "/echoString/"  for SOAPAction-based dispatching of the Health Check Request (Promoted Service: "S5", Binding: "S5ServiceBinding", PortType: "EchoString" Application: "Soap1Java1_2").

This INFO log entry is emitted at deployment time to record the fact that Service Health Check for SOAP Endpoint S3 has been added. Other details specific to the Endpoint are also recorded.

08 Apr 2015 15:46:42,900 [ComponentFrameworkTask] [INFO] [] com.tibco.amx.healthcheck - Health Check operation "{http://www.tibco.com/healthcheck/}checkHealth" added for the SOAP Endpoint URI "/echoString/" for HTTP Body-based Dispatching of the Health Check Request. (Promoted Service: "S5", Binding: "S5ServiceBinding", PortType: "EchoString" Application: "Soap1Java1_2").

This TRACE log entry is emitted at deployment time to record the fact that Service Health Check for SOAP Endpoint S3 for Body-based dispatching has been added. Other details specific to the Endpoint are also recorded.

08 Jun 2015 19:12:58,283 [ComponentFrameworkTask] [INFO ] [] com.tibco.amx.healthcheck - Health Check Response Caching has been enabled with default cache validity duration of "60" for SOAP Endpoint URI "/helloWorldPT/". (Promoted Service: "HelloWorldPT", Binding: "HelloWorld2SOAP", PortType: "HelloWorldPT", Application: "jv.helloworld2.soa").

This INFO log entry is emitted at deployment time to record the fact that Service Health Check Caching for SOAP Endpoint "helloWorldPT" has been enabled. Other details specific to the Endpoint are also recorded.

09 Oct 2015 12:24:13,384 [ComponentFrameworkTask][INFO ] [] com.tibco.amx.healthcheck - Health Check operation "{http://www.tibco.com/healthcheck/}checkHealth"
added for SOAP/JMS Endpoint on destination "Queue[ConsumerQueue]".
(Promoted Service: "GreetWsdl", Binding: "SOAPService_Binding1",PortType: "GreetWsdl", Application: "SOAPJMSHC").

This INFO log entry is emitted at deployment time to record the fact that Service Health Check for SOAP/JMS binding 'SOAPService_Binding1' has been added.