Jump to content

ActivityScheduler thread error written to log file once a minute


chris.valenti

Recommended Posts

We are currently running Plastic 4.0.239.12 with a SQL Server 2008 R2 Express Edition backend on a Windows Server 2008 R2 VM. Ten minutes after starting the Plastic service, the ActivityScheduler starts writing an error to the Plastic server log file every minute, which grows the log quickly and makes it difficult to find anything inside. While we haven't seen any issues yet (users have had no problem checking files in/out, syncing, creating repositories, etc), I would like to know what's causing this message to be written so frequently and what I can do to stop it.

This is an excerpt of the log file from start-up of the Plastic service and a few of the ActivityScheduler messages:

2012-03-13 13:59:44,109 (null) (null) INFO Channel - 'sinklevel' compression mode set. all metadata will be serialized

2012-03-13 13:59:44,171 (null) (null) INFO Channel - 'BufferPoolMax' is set to '10'. It sets the maximum number of available buffers for object data transfers

2012-03-13 13:59:44,171 (null) (null) INFO Channel - 'SerializationObjectsAtSink' is set to 'True'. True means SerializationBase descendants are directly written into the response buffer

2012-03-13 13:59:44,202 (null) (null) INFO Channel - 'sinklevel' compression mode set. all metadata will be serialized

2012-03-13 13:59:44,202 (null) (null) INFO Channel - 'BufferPoolMax' is set to '10'. It sets the maximum number of available buffers for object data transfers

2012-03-13 13:59:44,202 (null) (null) INFO Channel - 'SerializationObjectsAtSink' is set to 'True'. True means SerializationBase descendants are directly written into the response buffer

2012-03-13 13:59:44,218 (null) (null) INFO Channel - Using certificate file ssl-certificate.pfx

2012-03-13 13:59:45,218 ccee146a-110b-48fa-a842-75ce089ea2d3 Server:PLASTIC-SCM INFO Transaction - Transaction timeout -> 120000ms

2012-03-13 14:10:44,603 ERROR Codice.CM.Server.ActivityScheduler - ActivityScheduler thread catching an exception executing an activity Empty path name is not legal.

at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy)

at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy)

at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)

at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize)

at System.IO.StreamWriter..ctor(String path, Boolean append)

at Codice.CM.Data.TreeReader.LastUsedCsetStorer.a(Dictionary`2 A_0)

at Codice.CM.Data.TreeReader.LastUsedCsetStorer.Execute()

at Codice.CM.Server.ActivityScheduler.b()

2012-03-13 14:11:44,599 ERROR Codice.CM.Server.ActivityScheduler - ActivityScheduler thread catching an exception executing an activity Empty path name is not legal.

at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy)

at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy)

at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)

at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize)

at System.IO.StreamWriter..ctor(String path, Boolean append)

at Codice.CM.Data.TreeReader.LastUsedCsetStorer.a(Dictionary`2 A_0)

at Codice.CM.Data.TreeReader.LastUsedCsetStorer.Execute()

at Codice.CM.Server.ActivityScheduler.b()

2012-03-13 14:12:44,597 ERROR Codice.CM.Server.ActivityScheduler - ActivityScheduler thread catching an exception executing an activity Empty path name is not legal.

at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy)

at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy)

at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)

at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize)

at System.IO.StreamWriter..ctor(String path, Boolean append)

at Codice.CM.Data.TreeReader.LastUsedCsetStorer.a(Dictionary`2 A_0)

at Codice.CM.Data.TreeReader.LastUsedCsetStorer.Execute()

at Codice.CM.Server.ActivityScheduler.b()

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...