| Logging Code | Severity | Message Text - Cause - Action |
| POJOSE-4503 | INFO | Initiliazed SU {0}. Cause: Service Unit is initialized. Action: Informational message, no action required. |
| POJOSE-4513 | INFO | Activated Provisioning endpoint: {0}. Cause: POJO provisioning endpoint is activated NMR/Delivery channel. Action: Informational message, no action required. |
| POJOSE-4518 | INFO | Found activated consuming endpoint: {0}. Cause: Action: |
| POJOSE-5001 | INFO | Operation QName was not specified on the Endpoint {0}, not setting it on MessageExchange. Cause: Action: May be intentional, if consuming service expects operation name then make sure @ConsumerEndpoint property operationQN has appropriate value. |
| POJOSE-5501 | INFO | Initialized {0} successfully! Cause: Action: |
| POJOSE-5502 | INFO | Started {0} successfully! Cause: Action: |
| POJOSE-5503 | INFO | Stopped {0} successfully! Cause: Action: |
| POJOSE-5504 | INFO | Shut down {0} successfully! Cause: Action: |
| POJOSE-5505 | INFO | POJO SE Component started. Cause: Action: |
| POJOSE-5506 | INFO | POJOSE Component stopped. Cause: Action: |
| POJOSE-5507 | INFO | Deployed SU {0}. Cause: Action: |
| POJOSE-5508 | INFO | Started SU {0} Cause: Action: |
| POJOSE-5509 | INFO | Sopped SU {0} Cause: Action: |
| POJOSE-5510 | INFO | Shut down SU {0} Cause: Action: |
| POJOSE-5511 | INFO | Undeployed SU {0} Cause: Action: |
| POJOSE-6002 | WARNING | Asynchronous consumer has non void return type for Operation method in class {0}, return type will be ignored. Only return type of OnDone method is considered. Cause: Class with @Provider annotation has non void return type for Operation method. Action: No action needed but changing to void return type will avoid this warning message. |
| POJOSE-6003 | WARNING | Asynchronous consumer has non void return type for OnReply method in class {0}, return type will be ignored. Only return type of OnDone method is considered. Cause: Class with @Provider annotation has non void return type for OnReply method. Action: No action needed but changing to void return type will avoid this warning message. |
| POJOSE-6500 | WARNING | Provisioning service ended in error before the response message from consumed service {0}, received. Cause: See the exception stack trace for the cause. Action: May be expected behavior, if not check for cause of error of Provisioning service. |
| POJOSE-6501 | WARNING | {0} failed to close DeliveryChannel during shutdown: {1} Cause: Action: See the exception stack trace. |
| POJOSE-6502 | WARNING | Exception while handling configuration change in one of the listener. {0} Cause: See the exception stack trace for the cause. Action: |
| POJOSE-6503 | WARNING | Got ERROR ME status from consuming Endpoint:{0} Cause: See the exception stack trace for the cause. Action: |
| POJOSE-7001 | SEVERE | Error {0} injecting field {1}. Cause: Action: Make sure the type of field matches with object being injected. |
| POJOSE-7003 | SEVERE | Error, ServiceEndpoint got is null, not injecting field {1}. Cause: Action: Make sure all the necessary annotation properties values required to search ServiceEndpoint are entered. |
| POJOSE-7004 | SEVERE | No public method with Operation annotation found in class {0}, ignoring this class. Cause: Class with @Provider annotaion is missing public method with @Operation annotation. Action: |
| POJOSE-7005 | SEVERE | Error loading class {0} Cause: Action: Make sure all the dependent classes are available for POJO SE. |
| POJOSE-7100 | SEVERE | Atleast one public method should be present in class {0} with @Operation annotation. Cause: Class with @Provider annotaion is missing public method with @Operation annotation. Action: Annotate a public method with @Operation, so that POJO SE can invoke with the message for the Endpoint.nbsp; |
| POJOSE-7101 | SEVERE | Operation method {0} should be public in class {1}. Cause: Action: |
| POJOSE-7102 | SEVERE | Operation method {0} should not be static in class {1}. Cause: Action: |
| POJOSE-7106 | SEVERE | OnDone annotated method {0} should be public in class {1}. Cause: Action: |
| POJOSE-7107 | SEVERE | OnReply method {0} should be public in class {1}. Cause: Action: |
| POJOSE-7108 | SEVERE | More than one method is annotated with @Operation in class {0}. Cause: Action: Make sure only only one method is annotated @Operation annotation. |
| POJOSE-7109 | SEVERE | More than one method is annotated with @OnDone in class {0}. Cause: Action: Make sure only only one method is annotated @OnDone annotation. |
| POJOSE-7110 | SEVERE | OnReply annotated method {0} should not be static in class {1}. Cause: Action: |
| POJOSE-7111 | SEVERE | method annotated with @OnDone is required when asynch call is used in class {0}. Cause: Action: |
| POJOSE-7112 | SEVERE | OnDone annotated method {0} should not be static in class {1}. Cause: Action: |
| POJOSE-7113 | SEVERE | Method annotated with @OnReply found in class {0} without a public method annotated with @Operation. Cause: Class with @Provider annotaion is missing public method with @Operation annotation. Action: Annotate a public method with @Operation, so that POJO SE can invoke with the message for the Endpoint.; |
| POJOSE-7201 | SEVERE | ServiceEndpoint object can not be null. Cause: ServiceEndpoint passed directly or set through ConsumerEndpoint annotation property can not be null. Action: Make sure ServiceEndpoint object passed is valid and not null. |
| POJOSE-7301 | SEVERE | Delivery Channel failed to deliver the message to the endpoint. Cause: Action: See the exception log for more details. |
| POJOSE-7302 | SEVERE | Exception while transforming and sending In message. Cause: Action: See the exception log for more details. |
| POJOSE-7303 | SEVERE | Exception while transforming Out message. Cause: Action: See the exception log for more details. |
| POJOSE-7304 | SEVERE | Error while sending a message to the endpoint. Cause: Action: See the exception log for more details. |
| POJOSE-7305 | SEVERE | Node is not of type org.w3c.dom.Element, org.w3c.dom.Text or org.w3c.dom.DocumentFragment Cause: Action: |
| POJOSE-7306 | SEVERE | ServiceEndpoint not set, set ServiceEndpoint or Service on Consumer. Cause: ServiceEndpoint passed directly or set through ConsumerEndpoint annotation property can not be null. Action: Make sure to pass valid non-null ServiceEndpoint object instance is passed or correct values for ConsumerEndpoint property values are set so that ServiceEndpoint instance is lookedup properly. |
| POJOSE-7307 | SEVERE | Sever internal error: Provider "in" MessageExchange is null in ConsumerImpl. Cause: Action: Contact Sun support. |
| POJOSE-7308 | SEVERE | No ServiceEndpoint found for the Service set on Consumer {0}. Cause: Action: Make sure to pass valid non-null ServiceEndpoint object instance is passed or correct values for ConsumerEndpoint property values are set so that ServiceEndpoint instance is lookedup properly. |
| POJOSE-7309 | SEVERE | Severe internal error while creating Fault instance. Cause: Internal error. Action: See the log for the stack trace, contact support. |
| POJOSE-7310 | SEVERE | Error while converting payload(String or Node or Source) to JBI elements wrapped Source. Cause: User passed payload (String, Node, Source) may be invalid. Action: Make sure payload(String, Node or Source) passed to construct FaultMessage is not invalid XML. |
| POJOSE-7500 | SEVERE | Exception while sending error status {0}. Cause: Action: See stack trace for more details. |
| POJOSE-7501 | SEVERE | Exception while propagating SU status. {0} Cause: Action: See stack trace for more details. |
| POJOSE-7502 | SEVERE | Exception while activating endpoint {0}. Cause: Action: See stack trace for more details. |
| POJOSE-7503 | SEVERE | Error deactivating Provisioning endpoint: {0}. Cause: Action: See stack trace for more details. |
| POJOSE-7504 | SEVERE | Can not deploy SU {0} with below erros. Cause: Action: Correct the errors and re-deploy. |
| POJOSE-7505 | SEVERE | Activated consuming endpoint: {0} not found. Cause: Action: Make sure consuming service is deployed and active. |
| POJOSE-7506 | SEVERE | Endpoint attribute for ConsumerEndpoint annotation can not be empty: {0}. Cause: Action: Enter the required property value. |
| POJOSE-7507 | SEVERE | Failed to parse component descriptor: {0} Cause: Action: Contact sun support. |
| POJOSE-7508 | SEVERE | Failed to initialize component bootstrap: {0} Cause: Action: Contact sun support. |
| POJOSE-7509 | SEVERE | Failed to register component bootstrap: {0} Cause: Action: Contact sun support. |
| POJOSE-7510 | SEVERE | Error while stopping the component. {0} Cause: Action: See the exception in the log to diagnose the issue. |
| POJOSE-7511 | SEVERE | Got ERROR ME status for Endpoint:{0} Cause: Action: |
| POJOSE-7512 | SEVERE | Did not get the expected InOnly ME, got {0} Cause: POJO SE Service is expecting InOnly MessageExchange but got InOut. Action: If InOut ME is expected make sure POJO service method annotated with @Operation returns type other than void. |
| POJOSE-7513 | SEVERE | Did not get the expected InOut ME, got {0} Cause: POJO SE Service is expecting InOut MessageExchange but got InOnly. Action: If InOnly ME is expected make sure POJO service method annotated with @Operation returns void. |
| POJOSE-7514 | SEVERE | Got exception while sending error MessageExchange. {0} Cause: Action: |
| POJOSE-7515 | SEVERE | Internal Error. ProviderTracker not found for Endpoint {0}. Cause: Action: Contact Sun support. |
| POJOSE-7516 | SEVERE | POJO Service ended with exception before response message recieved. Cause: Provisioning service ended in error before response from asynchronously consumed service is received. Action: May be expected behavior, if not check for the cause of Provisioning service error and fix. |
| POJOSE-7517 | SEVERE | Allocated threads and blocking queue are full. Please configure to allocate higher resources: Core and Max pool size and blocking queue size of ThreadPoolExecutor. Cause: Action: |
| POJOSE-7518 | SEVERE | Internal error. POJO Metadata not found for endpoint {0}. Cause: Action: Contact Sun support. |
| POJOSE-7519 | SEVERE | Could not find appropriate method with Operation annotation in class {0}. Cause: Action: Make sure a public method to called with incoming message is annotated with @Operation. |
| POJOSE-7520 | SEVERE | Exception while accepting ME from delivery channel. {0} Cause: Action: |
| POJOSE-7521 | SEVERE | Exception while persisting configuration changes. {0} Cause: Action: |