cancel
Showing results for 
Search instead for 
Did you mean: 

Getting Exception in Transaction Warning in log file

mitpatoliya
Star Collaborator
Star Collaborator
We are getting this type of exception very frequently in our log files.

20 Feb 2012 14:04:12,403 WARN  [HeartBeat] org.alfresco.error.AlfrescoRuntimeException: 01209185 Exception in Transaction.

What could be the reason any ideas?
6 REPLIES 6

mrogers
Star Contributor
Star Contributor
Is there any more information? 

Possibly it is a mistake that it is logged as a warning.
You can configure logging to not show that warning if it is bothering you.

In addition please raise the issue in JIRA via alfresco support so something can be done.    Support will require more details.

mitpatoliya
Star Collaborator
Star Collaborator
thanks for your response.
Actually we do not have any more information regarding this.
So, this is the problem with our configuration of logger or something wrong in OOTB configuration?

vamirr
Champ on-the-rise
Champ on-the-rise
I have the same issue.


23:04:24,434  WARN  [enterprise.heartbeat.HeartBeat] org.alfresco.error.AlfrescoRuntimeException: 02170961 Exception in Transaction.
03:04:24,511  WARN  [enterprise.heartbeat.HeartBeat] org.alfresco.error.AlfrescoRuntimeException: 02181442 Exception in Transaction.
07:04:24,543  WARN  [enterprise.heartbeat.HeartBeat] org.alfresco.error.AlfrescoRuntimeException: 02181923 Exception in Transaction.
11:04:24,600  WARN  [enterprise.heartbeat.HeartBeat] org.alfresco.error.AlfrescoRuntimeException: 02182404 Exception in Transaction.
15:04:25,181  WARN  [enterprise.heartbeat.HeartBeat] org.alfresco.error.AlfrescoRuntimeException: 02182885 Exception in Transaction.
19:04:24,483  WARN  [enterprise.heartbeat.HeartBeat] org.alfresco.error.AlfrescoRuntimeException: 02183366 Exception in Transaction.
23:04:24,484  WARN  [enterprise.heartbeat.HeartBeat] org.alfresco.error.AlfrescoRuntimeException: 02183847 Exception in Transaction.
03:04:24,434  WARN  [enterprise.heartbeat.HeartBeat] org.alfresco.error.AlfrescoRuntimeException: 02194328 Exception in Transaction.
07:04:24,532  WARN  [enterprise.heartbeat.HeartBeat] org.alfresco.error.AlfrescoRuntimeException: 02194829 Exception in Transaction.

jhsu9
Champ in-the-making
Champ in-the-making
Hi,

I have the same issue - appears as if the warning is logged after inactivity with Alfresco.  My server specs are:
JBoss EAS 5.1.1
RHEL 64-bit
Alfresco Enterprise 3.4.2
Oracle 10g

Thank you,
Judy

jhsu9
Champ in-the-making
Champ in-the-making
Hi,

I received help from Alfresco support.  For my particular issue, the log message was because Alfresco's Heartbeat (since 3.0 SP1 and later versions, which gathers information and sends encrypted data back to Alfresco Server over HTTP) was unable to send the data back to the Alfresco server :

WARN [enterprise.heartbeat.HeartBeat] org.alfresco.error.AlfrescoRuntimeException: 02170217 Exception in Transaction.

To test communication between the Alfresco server and the Heartbeat receiver server, access the following URL from the Alfresco system:  http://hbrx.alfresco.com/heartbeat

If the following message shows up:
The Servlet appears to be working!
then the system should be set up correctly.

If you do not receive the above message and are behind an http proxy, you may need to add the following options to the JAVA_OPTS variable in alfresco.sh |.bat:
-Dhttp.proxyHost=proxyhostURL
-Dhttp.proxyPort=proxyPortNumber
-Dhttp.proxyUser=someUserName
-Dhttp.proxyPassword=somePassword

If for various reasons that Alfresco can't send data back is if you're behind an http proxy, if you have firewall configurations blocking outbound HTTP and / or invalid dns settings, you will need to request to have the heartbeat turned off.

Thanks,
Judy

mitpatoliya
Star Collaborator
Star Collaborator
Thanks judy for your detail explanation.