Trains.com

Observation Tower

511 views
0 replies
1 rating 2 rating 3 rating 4 rating 5 rating
  • Member since
    May 2003
  • From: US
  • 24,940 posts
Observation Tower
Posted by BaltACD on Tuesday, August 15, 2023 9:24 PM

I made a post to a blog entry in the Observation Tower blog.

When pressed the 'Submit' button on the post I got the following Error

"Unable to connect to commenting service.

Quartz.JobPersistenceException: Couldn't store job: Could not allocate space for object 'dbo.QRTZ_DYNAMIC_JOB_DETAILS'.'PK_QRTZ_DYNAMIC_JOB_DETAILS' in database 'prod_Community_TRC' because the 'PRIMARY' filegroup is full. Create disk space by deleting unneeded files, dropping objects in the filegroup, adding additional files to the filegroup, or setting autogrowth on for existing files in the filegroup. ---> System.Data.SqlClient.SqlException: Could not allocate space for object 'dbo.QRTZ_DYNAMIC_JOB_DETAILS'.'PK_QRTZ_DYNAMIC_JOB_DETAILS' in database 'prod_Community_TRC' because the 'PRIMARY' filegroup is full. Create disk space by deleting unneeded files, dropping objects in the filegroup, adding additional files to the filegroup, or setting autogrowth on for existing files in the filegroup. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at Quartz.Impl.AdoJobStore.StdAdoDelegate.InsertJobDetail(ConnectionAndTransactionHolder conn, JobDetail job) at Quartz.Impl.AdoJobStore.JobStoreSupport.StoreJob(ConnectionAndTransactionHolder conn, SchedulingContext ctxt, JobDetail newJob, Boolean replaceExisting) --- End of inner exception stack trace --- at Quartz.Impl.AdoJobStore.JobStoreSupport.StoreJob(ConnectionAndTransactionHolder conn, SchedulingContext ctxt, JobDetail newJob, Boolean replaceExisting) at Quartz.Impl.AdoJobStore.JobStoreSupport.StoreJobAndTriggerCallback.Execute(ConnectionAndTransactionHolder conn) at Quartz.Impl.AdoJobStore.JobStoreSupport.ExecuteInLockCallback.Execute(ConnectionAndTransactionHolder conn) at Quartz.Impl.AdoJobStore.JobStoreSupport.ExecuteInNonManagedTXLock(String lockName, ITransactionCallback txCallback) at Quartz.Impl.AdoJobStore.JobStoreTX.ExecuteInLock(String lockName, ITransactionCallback txCallback) at Quartz.Core.QuartzScheduler.ScheduleJob(SchedulingContext ctxt, JobDetail jobDetail, Trigger trigger) at Quartz.Impl.StdScheduler.ScheduleJob(JobDetail jobDetail, Trigger trigger) at Telligent.JobScheduler.JobsService.Schedule(Type type, DateTime jobStartTimeUtc, IDictionary`2 data) at Telligent.JobScheduler.JobsManager.Schedule[T](DateTime jobStartTimeUtc, IDictionary`2 data) at Telligent.Evolution.MailGateway.MailRoom.Provider.WeblogEmails.WeblogTracking(WeblogPost post, WeblogPost parent) at Telligent.Evolution.Blogs.Components.WeblogEmailNotificationModule.(IContent content, CSPostEventArgs e) at Telligent.Evolution.Components.CSPostEventHandler.Invoke(IContent content, CSPostEventArgs e) at Telligent.Evolution.Components.CSApplication.ExecutePostEvent(Object EventKey, IContent content, ObjectState state, ApplicationType appType, PostTarget target) at Telligent.Evolution.Blogs.Components.WeblogPostDataService.Add(WeblogPost post, User user, Int32& postId) at Telligent.Evolution.Api.Services.BlogService.AddBlogComment(Int32 blogPostId, String body, Nullable`1 publishDate, Nullable`1 isApproved) at Telligent.Evolution.Extensibility.Api.Version1.BlogComments.Create(Int32 blogPostId, String body, BlogCommentsCreateOptions options) at Kalmbach.Community.Handlers.AddComment.ProcessRequest(HttpContext context) [See nested exception: System.Data.SqlClient.SqlException (0x80131904): Could not allocate space for object 'dbo.QRTZ_DYNAMIC_JOB_DETAILS'.'PK_QRTZ_DYNAMIC_JOB_DETAILS' in database 'prod_Community_TRC' because the 'PRIMARY' filegroup is full. Create disk space by deleting unneeded files, dropping objects in the filegroup, adding additional files to the filegroup, or setting autogrowth on for existing files in the filegroup. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at Quartz.Impl.AdoJobStore.StdAdoDelegate.InsertJobDetail(ConnectionAndTransactionHolder conn, JobDetail job) at Quartz.Impl.AdoJobStore.JobStoreSupport.StoreJob(ConnectionAndTransactionHolder conn, SchedulingContext ctxt, JobDetail newJob, Boolean replaceExisting) ClientConnectionId:50e5b818-1e75-42a6-978c-31cbcbd61964 Error Number:1105,State:2,Class:17]"

I then went back and reloaded the Observation Tower blog and my comment was posted.

Kalmback IT strikes again.

Never too old to have a happy childhood!

              

Join our Community!

Our community is FREE to join. To participate you must either login or register for an account.

Search the Community

Newsletter Sign-Up

By signing up you may also receive occasional reader surveys and special offers from Trains magazine.Please view our privacy policy