@David Jansen
Kindly verify if the Control-Room was updating.
https://status.automationanywhere.digital/
In the log files you probably will observe an 503 error.
503 Service Temporarily Unavailable
Regards
@David Jansen
Kindly verify if the Control-Room was updating.
https://status.automationanywhere.digital/
In the log files you probably will observe an 503 error.
503 Service Temporarily Unavailable
Regards
hi @Raul Jaimes
i opened the url you gave and truns out all the server is operational as it should, do you mind telling me how to check the log files and what to search in the log?
Hi @David Jansen
Typically the logs files are in the folder C:\ProgramData\AutomationAnywhere\BotRunner\Logs.
Locate the file Node_Manager.log and identify some messages like:
ERROR RForkJoinPool.commonPool-worker-13] - com.automationanywhere.nodemanager.service.impl.NodeMessagingServiceImpl - {} - onFailedConnectAttempt(NodeMessagingServiceImpl.java:720) - connection attempt failed: java.lang.IllegalStateException: com.automationanywhere.nodemanager.exception.ControlRoomException: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
Even the error message is in the Control-Room (your screenshot), you can sometimes notice these messages in the bot agent when the Control-Room is updating or in a maintenance window.
HTH
Regards
Hi @David Jansen
Typically the logs files are in the folder C:\ProgramData\AutomationAnywhere\BotRunner\Logs.
Locate the file Node_Manager.log and identify some messages like:
ERROR OForkJoinPool.commonPool-worker-13] - com.automationanywhere.nodemanager.service.impl.NodeMessagingServiceImpl - {} - onFailedConnectAttempt(NodeMessagingServiceImpl.java:720) - connection attempt failed: java.lang.IllegalStateException: com.automationanywhere.nodemanager.exception.ControlRoomException: <html> <head><title>503 Service Temporarily Unavailable</title></head> <body>
Even the error message is in the Control-Room (your screenshot), you can sometimes notice these messages in the bot agent when the Control-Room is updating or in a maintenance window.
HTH
Regards
Hi @David Jansen
Typically the logs files are in the folder C:\ProgramData\AutomationAnywhere\BotRunner\Logs.
Locate the file Node_Manager.log and identify some messages like:
ERROR >ForkJoinPool.commonPool-worker-13] - com.automationanywhere.nodemanager.service.impl.NodeMessagingServiceImpl - {} - onFailedConnectAttempt(NodeMessagingServiceImpl.java:720) - connection attempt failed: java.lang.IllegalStateException: com.automationanywhere.nodemanager.exception.ControlRoomException: <html> <head><title>503 Service Temporarily Unavailable</title></head> <body>
Even the error message is in the Control-Room (your screenshot), you can sometimes notice these messages in the bot agent when the Control-Room is updating or in a maintenance window.
HTH
Regards
hi @Raul Jaimes
thank you for your response
i have yet able to locate the error, there is however updateCR in my log, is it because i am in INFO level? is this suffice to say that the CR is currently ongoing update?
there is only information about reconciliation in my node manager log here are some example :
com.automationanywhere.nodemanager.service.impl.NodeMessagingServiceImpl - {} - needForReconciliation(NodeMessagingServiceImpl.java:977) - Initiating reconciliation
com.automationanywhere.nodemanager.service.impl.message.handlers.ResiliencyHandler - {} - updateCRWithSnapshotOfRecentActivity(ResiliencyHandler.java:95) - No events to reconcile on deviceId
com.automationanywhere.nodemanager.service.impl.message.handlers.ResiliencyHandler - {} - sendReconcileEventsMessage(ResiliencyHandler.java:491) - Sending 0 events to reconcile for device: 115 with id:
com.automationanywhere.nodemanager.service.impl.NodeMessagingServiceImpl - {} - writeSuccess(NodeMessagingServiceImpl.java:652) - ReconcileEvents Message reconcile_events { device_id: 115} sent to CR successfully.
@David Jansen
I was forgetting of it. Look at the subdirectory 2023-may. There are the log files have been rotated.
Regards