You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to particula...@googlegroups.com
Hi everybody,
I was taking a look at the logs and I found these warnings.
Does anybody know what is going on?
Thanks,
.f
2015-05-21 00:12:24.323 WARN NServiceBus.Timeout.Hosting.Windows.TimeoutPersisterReceiver Failed to fetch timeouts from the timeout storage
NHibernate.TransactionException: Begin failed with SQL exception ---> System.Data.SqlClient.SqlException: A transport-level error has occurred when receiving results from the server. (provider: TCP Provider, error: 0 - The semaphore timeout period has expired.) ---> System.ComponentModel.Win32Exception: The semaphore timeout period has expired
--- End of inner exception stack trace ---
2015-05-21 00:12:24.323 INFO NServiceBus.CircuitBreakers.RepeatedFailuresOverTimeCircuitBreaker The circuit breaker for TimeoutStorageConnectivity is now in the armed state
2015-05-21 00:12:46.351 WARN NServiceBus.Timeout.Hosting.Windows.TimeoutPersisterReceiver Failed to fetch timeouts from the timeout storage
System.Data.SqlClient.SqlException (0x80131904): Connection Timeout Expired. The timeout period elapsed while attempting to consume the pre-login handshake acknowledgement. This could be because the pre-login handshake failed or the server was unable to respond back in time. The duration spent while attempting to connect to this server was - [Pre-Login] initialization=21015; handshake=2; ---> System.ComponentModel.Win32Exception (0x80004005): The wait operation timed out
Sean Farmar
unread,
May 25, 2015, 8:17:59 AM5/25/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to particula...@googlegroups.com
It looks like the connection string of the NHibernate persistence is incorrect, so it's not able to connect to the underlying server.
Check your connection string.
Simon Cropp
unread,
May 25, 2015, 9:26:34 PM5/25/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to particula...@googlegroups.com, degrandis...@gmail.com
Federico
If it is intermittent then it is unlikely to be an incorrect connection string