eXpandFramework / eXpand

DevExpress XAF (eXpressApp) extension framework. ๐—น๐—ถ๐—ป๐—ธ๐—ฒ๐—ฑ๐—ถ๐—ป.๐—ฒ๐˜…๐—ฝ๐—ฎ๐—ป๐—ฑ๐—ณ๐—ฟ๐—ฎ๐—บ๐—ฒ๐˜„๐—ผ๐—ฟ๐—ธ.๐—ฐ๐—ผ๐—บ, ๐˜†๐—ผ๐˜‚๐˜๐˜‚๐—ฏ๐—ฒ.๐—ฒ๐˜…๐—ฝ๐—ฎ๐—ป๐—ฑ๐—ณ๐—ฟ๐—ฎ๐—บ๐—ฒ๐˜„๐—ผ๐—ฟ๐—ธ.๐—ฐ๐—ผ๐—บ and ๐˜๐˜„๐—ถ๐˜๐˜๐—ฒ๐—ฟ @๐—ฒ๐˜…๐—ฝ๐—ฎ๐—ป๐—ฑ๐—ณ๐—ฟ๐—ฎ๐—บ๐—ฒ๐˜„๐—ผ๐—ฟ๐—ธ and or simply ๐—ฆ๐˜๐—ฎ๐—ฟ/๐˜„๐—ฎ๐˜๐—ฐ๐—ต this repository and get notified from ๐—š๐—ถ๐˜๐—›๐˜‚๐—ฏ
http://expand.expandframework.com
Microsoft Public License
222 stars 115 forks source link

exception in production #832

Closed vimarx closed 10 months ago

vimarx commented 3 years ago

Hi, I found this issue in WEBsite in production Any Idea ? Version : 20.2.402.2 4.202.47.0

The error occurred:

Type:       SmtpException
Message:    El buzรณn de correo no estรก disponible. La respuesta del servidor fue: Access denied - Invalid HELO name (See RFC2821 4.1.1.1)
Data:       0 entries
Stack trace:

en System.Net.Mail.MailCommand.CheckResponse(SmtpStatusCode statusCode, String response) en System.Net.Mail.MailCommand.Send(SmtpConnection conn, Byte[] command, MailAddress from, Boolean allowUnicode) en System.Net.Mail.SmtpTransport.SendMail(MailAddress sender, MailAddressCollection recipients, String deliveryNotify, Boolean allowUnicode, SmtpFailedRecipientException& exception) en System.Net.Mail.SmtpClient.Send(MailMessage message) en DevExpress.ExpressApp.Web.ErrorHandling.SendAlertToAdmin(String errorId, String errorDetails, String errorText, Exception exception) InnerException is null

================================================================================ 14.01.21 12:25:29.073 3o1rkuckghvj02if3j4ewkpj Error ID: 60dc72b0-ba4a-4a34-880f-f63573564e9b Date: 14/01/2021 12:25:22 p.m. Request details: Url: http://trebolense.dyndns.org:81/Login.aspx?ReturnUrl=%2f Url referrer: SessionID: 3o1rkuckghvj02if3j4ewkpj Request type: GET User agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36 User IP: 181.230.185.125 User:

The error occurred:

Type:       LightDictionaryException
Message:    MoveObjectUpActionViewController
Data:       0 entries
Stack trace:

en Xpand.XAF.Modules.Reactive.Services.Actions.ActionsService.RegisterAction[TController,TAction](ApplicationModulesManager applicationModulesManager, String id, Func2 actionBase) en D:\a\1\s\src\Modules\Reactive\Services\Actions\RegisterAction.cs:lรญnea 150 en Xpand.XAF.Modules.Reactive.Services.Actions.ActionsService.RegisterViewAction[TAction](ApplicationModulesManager applicationModulesManager, String id, Func2 actionBase) en D:\a\1\s\src\Modules\Reactive\Services\Actions\RegisterAction.cs:lรญnea 141 en Xpand.XAF.Modules.Reactive.Services.Actions.ActionsService.RegisterViewSimpleAction(ApplicationModulesManager manager, String id, Action1 configure, PredefinedCategory category) en D:\a\1\s\src\Modules\Reactive\Services\Actions\RegisterAction.cs:lรญnea 65 en Xpand.XAF.Modules.PositionInListView.SwapPositionInListViewService.<>c__DisplayClass4_0.<RegisterActions>b__0(String actionnId) en D:\a\1\s\src\Modules\PositionInListview\SwapPositionInListViewService.cs:lรญnea 33 en System.Reactive.Linq.ObservableImpl.SelectMany2.ObservableSelector._.OnNext(TSource value) InnerException is null

apobekiaris commented 3 years ago

thanks it looks the line can be improve, let me know if revisits after next minor please.

apobekiaris commented 3 years ago

We will try to answer all questions that do not require research within 24hr. To prioritize cases that require research we use the following labels in order. For all other issues the posting time is respected.

  1. โ‡๏ธ Exclusive-Services
    1. โค Bronze Sponsor
    2. โค Sponsor
    3. โค Backer
    4. Installation
    5. ShowStopper
    6. Nuget
    7. Contribution
    8. BreakingChange
    9. ReproSample
    10. Deployment
    11. must-have

This case is prioritized.

apobekiaris commented 3 years ago

The pre-release 2.201.25.1 in the Reactive.XAF lab branch includes commits that relate to this task:

To minimize version conflicts we recommend that you use the Xpand.XAF.Core.All, Xpand.XAF.Win.All, Xpand.XAF.Web.All packages. Doing so, all packages will be at your disposal and .NET will add a dependecy only to those packages that you actually use and not to all (see the Modules installation-registrations youtube video).

Released packages: Xpand.Extensions v.4.202.48.1
Xpand.Extensions.Blazor v.4.202.48.1
Xpand.Extensions.Mono.Cecil v.4.202.48.1
Xpand.Extensions.Office.Cloud v.4.202.48.1
Xpand.Extensions.Office.Cloud.Google.Blazor v.4.202.48.1
Xpand.Extensions.Reactive v.4.202.48.1
Xpand.Extensions.XAF v.4.202.48.1
Xpand.Extensions.XAF.Xpo v.4.202.48.1
Xpand.TestsLib v.4.202.48.1
Xpand.TestsLib.Blazor v.4.202.48.1
Xpand.TestsLib.Common v.4.202.48.1
Xpand.TestsLib.Net461 v.4.202.48.1
Xpand.XAF.Core.All v.4.202.48.1
Xpand.XAF.Modules.AutoCommit v.4.202.48.1
Xpand.XAF.Modules.Blazor v.4.202.48.1
Xpand.XAF.Modules.CloneMemberValue v.4.202.48.1
Xpand.XAF.Modules.CloneModelView v.4.202.48.1
Xpand.XAF.Modules.GridListEditor v.4.202.48.1
Xpand.XAF.Modules.HideToolBar v.4.202.48.1
Xpand.XAF.Modules.JobScheduler.Hangfire v.4.202.48.1
Xpand.XAF.Modules.LookupCascade v.4.202.48.1
Xpand.XAF.Modules.MasterDetail v.4.202.48.1
Xpand.XAF.Modules.ModelMapper v.4.202.48.1
Xpand.XAF.Modules.ModelViewInheritance v.4.202.48.1
Xpand.XAF.Modules.Office.Cloud.Google v.4.202.48.1
Xpand.XAF.Modules.Office.Cloud.Google.Calendar v.4.202.48.1
Xpand.XAF.Modules.Office.Cloud.Google.Tasks v.4.202.48.1
Xpand.XAF.Modules.Office.Cloud.Microsoft v.4.202.48.1
Xpand.XAF.Modules.Office.Cloud.Microsoft.Calendar v.4.202.48.1
Xpand.XAF.Modules.Office.Cloud.Microsoft.Todo v.4.202.48.1
Xpand.XAF.Modules.Office.DocumentStyleManager v.4.202.48.1
Xpand.XAF.Modules.OneView v.4.202.48.1
Xpand.XAF.Modules.PositionInListView v.4.202.48.1
Xpand.XAF.Modules.ProgressBarViewItem v.4.202.48.1
Xpand.XAF.Modules.Reactive v.4.202.48.1
Xpand.XAF.Modules.Reactive.Logger v.4.202.48.1
Xpand.XAF.Modules.Reactive.Logger.Client.Win v.4.202.48.1
Xpand.XAF.Modules.Reactive.Logger.Hub v.4.202.48.1
Xpand.XAF.Modules.RefreshView v.4.202.48.1
Xpand.XAF.Modules.SequenceGenerator v.4.202.48.1
Xpand.XAF.Modules.SuppressConfirmation v.4.202.48.1
Xpand.XAF.Modules.ViewEditMode v.4.202.48.1
Xpand.XAF.Modules.ViewItemValue v.4.202.48.1
Xpand.XAF.Modules.ViewWizard v.4.202.48.1
Xpand.XAF.Web.All v.4.202.48.1
Xpand.XAF.Win.All v.4.202.48.1

Please update the related Nuget packages and test if issues is addressed. These are nightly nuget packages available only from our NugetServer.

If you do not use these packages directly but through a module of the main eXpandFramework project, please wait for the bot to notify you again when integration is finished or update the related packages manually.

Thanks a lot for your contribution.

apobekiaris commented 3 years ago

The pre-release 2.201.25.2 in the Reactive.XAF lab branch includes commits that relate to this task:

To minimize version conflicts we recommend that you use the Xpand.XAF.Core.All, Xpand.XAF.Win.All, Xpand.XAF.Web.All packages. Doing so, all packages will be at your disposal and .NET will add a dependecy only to those packages that you actually use and not to all (see the Modules installation-registrations youtube video).

Released packages: Xpand.Extensions v.4.202.48.2
Xpand.Extensions.Blazor v.4.202.48.2
Xpand.Extensions.Mono.Cecil v.4.202.48.2
Xpand.Extensions.Office.Cloud v.4.202.48.2
Xpand.Extensions.Office.Cloud.Google.Blazor v.4.202.48.2
Xpand.Extensions.Reactive v.4.202.48.2
Xpand.Extensions.XAF v.4.202.48.2
Xpand.Extensions.XAF.Xpo v.4.202.48.2
Xpand.TestsLib v.4.202.48.2
Xpand.TestsLib.Blazor v.4.202.48.2
Xpand.TestsLib.Common v.4.202.48.2
Xpand.TestsLib.Net461 v.4.202.48.2
Xpand.XAF.Core.All v.4.202.48.2
Xpand.XAF.Modules.AutoCommit v.4.202.48.2
Xpand.XAF.Modules.Blazor v.4.202.48.2
Xpand.XAF.Modules.CloneMemberValue v.4.202.48.2
Xpand.XAF.Modules.CloneModelView v.4.202.48.2
Xpand.XAF.Modules.GridListEditor v.4.202.48.2
Xpand.XAF.Modules.HideToolBar v.4.202.48.2
Xpand.XAF.Modules.JobScheduler.Hangfire v.4.202.48.2
Xpand.XAF.Modules.LookupCascade v.4.202.48.2
Xpand.XAF.Modules.MasterDetail v.4.202.48.2
Xpand.XAF.Modules.ModelMapper v.4.202.48.2
Xpand.XAF.Modules.ModelViewInheritance v.4.202.48.2
Xpand.XAF.Modules.Office.Cloud.Google v.4.202.48.2
Xpand.XAF.Modules.Office.Cloud.Google.Calendar v.4.202.48.2
Xpand.XAF.Modules.Office.Cloud.Google.Tasks v.4.202.48.2
Xpand.XAF.Modules.Office.Cloud.Microsoft v.4.202.48.2
Xpand.XAF.Modules.Office.Cloud.Microsoft.Calendar v.4.202.48.2
Xpand.XAF.Modules.Office.Cloud.Microsoft.Todo v.4.202.48.2
Xpand.XAF.Modules.Office.DocumentStyleManager v.4.202.48.2
Xpand.XAF.Modules.OneView v.4.202.48.2
Xpand.XAF.Modules.PositionInListView v.4.202.48.2
Xpand.XAF.Modules.ProgressBarViewItem v.4.202.48.2
Xpand.XAF.Modules.Reactive v.4.202.48.2
Xpand.XAF.Modules.Reactive.Logger v.4.202.48.2
Xpand.XAF.Modules.Reactive.Logger.Client.Win v.4.202.48.2
Xpand.XAF.Modules.Reactive.Logger.Hub v.4.202.48.2
Xpand.XAF.Modules.RefreshView v.4.202.48.2
Xpand.XAF.Modules.SequenceGenerator v.4.202.48.2
Xpand.XAF.Modules.SuppressConfirmation v.4.202.48.2
Xpand.XAF.Modules.ViewEditMode v.4.202.48.2
Xpand.XAF.Modules.ViewItemValue v.4.202.48.2
Xpand.XAF.Modules.ViewWizard v.4.202.48.2
Xpand.XAF.Web.All v.4.202.48.2
Xpand.XAF.Win.All v.4.202.48.2

Please update the related Nuget packages and test if issues is addressed. These are nightly nuget packages available only from our NugetServer.

If you do not use these packages directly but through a module of the main eXpandFramework project, please wait for the bot to notify you again when integration is finished or update the related packages manually.

Thanks a lot for your contribution.

vimarx commented 3 years ago

When do you estimate a Lab build could be available?

vimarx commented 3 years ago

I don't know why, but this week the amount of these errors are growing ... :(

apobekiaris commented 3 years ago

guessing u not use the pacth yet?

vimarx commented 3 years ago

not sure how to.

apobekiaris commented 3 years ago

The commit bot notify u above, relates to Xpand.Extensions.Reactive package, try installing it in your front end project

apobekiaris commented 3 years ago

Xpand builds are also comming but cannot tell exactly when

vimarx commented 3 years ago

The commit bot notify u above, relates to Xpand.Extensions.Reactive package, try installing it in your front end project

Do you mean adding it? What about older Lab nugets already referenced in the project (20.2.403)? Will they consume/reference newer Xpand.Xaf properly?

apobekiaris commented 3 years ago

assuming there is no breaking change, it may work with just a binding redirect or without it

vimarx commented 3 years ago

Still there, I'm in a hurry

20.01.21 10:04:10.044 25drke5pchtxxalelvp2kvj0 Error ID: a9c258af-9228-4b52-9c21-9194d2bd1924 Date: 20/01/2021 10:04:09 a.m. Request details: Url: http://trebolense.dyndns.org:81/Login.aspx?ReturnUrl=%2f Url referrer: SessionID: 25drke5pchtxxalelvp2kvj0 Request type: GET User agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36 User IP: 181.230.185.125 User:

The error occurred:

Type:       LightDictionaryException
Message:    MoveObjectUpActionViewController
Data:       0 entries
Stack trace:

en Xpand.XAF.Modules.Reactive.Services.Actions.ActionsService.RegisterAction[TController,TAction](ApplicationModulesManager applicationModulesManager, String id, Func2 actionBase) en Xpand.XAF.Modules.Reactive.Services.Actions.ActionsService.RegisterViewAction[TAction](ApplicationModulesManager applicationModulesManager, String id, Func2 actionBase) en Xpand.XAF.Modules.Reactive.Services.Actions.ActionsService.RegisterViewSimpleAction(ApplicationModulesManager manager, String id, Action1 configure, PredefinedCategory category) en Xpand.XAF.Modules.PositionInListView.SwapPositionInListViewService.<>c__DisplayClass4_0.<RegisterActions>b__0(String actionnId) en System.Reactive.Linq.ObservableImpl.SelectMany2.ObservableSelector._.OnNext(TSource value) InnerException is null


================================================================================

20.01.21 10:04:10.075 25drke5pchtxxalelvp2kvj0 ================================================================================ The error occurred:

Type:       LightDictionaryException
Message:    MoveObjectUpActionViewController
Data:       0 entries
Stack trace:

en Xpand.XAF.Modules.Reactive.Services.Actions.ActionsService.RegisterAction[TController,TAction](ApplicationModulesManager applicationModulesManager, String id, Func2 actionBase) en Xpand.XAF.Modules.Reactive.Services.Actions.ActionsService.RegisterViewAction[TAction](ApplicationModulesManager applicationModulesManager, String id, Func2 actionBase) en Xpand.XAF.Modules.Reactive.Services.Actions.ActionsService.RegisterViewSimpleAction(ApplicationModulesManager manager, String id, Action1 configure, PredefinedCategory category) en Xpand.XAF.Modules.PositionInListView.SwapPositionInListViewService.<>c__DisplayClass4_0.<RegisterActions>b__0(String actionnId) en System.Reactive.Linq.ObservableImpl.SelectMany2.ObservableSelector._.OnNext(TSource value) InnerException is null

================================================================================ 20.01.21 10:04:10.107 25drke5pchtxxalelvp2kvj0 semaforo free ex 20.01.21 10:04:10.107 25drke5pchtxxalelvp2kvj0 semaforo free ok 20.01.21 10:04:10.169 25drke5pchtxxalelvp2kvj0 ================================================================================ The error occurred:

Type:       InvalidOperationException
Message:    Exception occurs while initializing the 'Xpand.XAF.Modules.PositionInListView.PositionInListViewModule' module: MoveObjectUpActionViewController
Data:       1 entries
        'ASPIMPERSONATING'      ''
Stack trace:

en Global.Session_Start(Object sender, EventArgs e) en System.Web.SessionState.SessionStateModule.RaiseOnStart(EventArgs e) en System.Web.SessionState.SessionStateModule.CompleteAcquireState() en System.Web.SessionState.SessionStateModule.BeginAcquireState(Object source, EventArgs e, AsyncCallback cb, Object extraData) en System.Web.HttpApplication.AsyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() en System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) en System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

InnerException:

        Type:       LightDictionaryException
        Message:    MoveObjectUpActionViewController
        Data:       0 entries
        Stack trace:

en Xpand.XAF.Modules.Reactive.Services.Actions.ActionsService.RegisterAction[TController,TAction](ApplicationModulesManager applicationModulesManager, String id, Func2 actionBase) en Xpand.XAF.Modules.Reactive.Services.Actions.ActionsService.RegisterViewAction[TAction](ApplicationModulesManager applicationModulesManager, String id, Func2 actionBase) en Xpand.XAF.Modules.Reactive.Services.Actions.ActionsService.RegisterViewSimpleAction(ApplicationModulesManager manager, String id, Action1 configure, PredefinedCategory category) en Xpand.XAF.Modules.PositionInListView.SwapPositionInListViewService.<>c__DisplayClass4_0.<RegisterActions>b__0(String actionnId) en System.Reactive.Linq.ObservableImpl.SelectMany2.ObservableSelector._.OnNext(TSource value) --- Fin del seguimiento de la pila de la ubicaciรณn anterior donde se produjo la excepciรณn --- en System.Reactive.PlatformServices.ExceptionServicesImpl.Rethrow(Exception exception) en System.Reactive.Stubs.<>c.<.cctor>b21(Exception ex) en System.Reactive.AnonymousSafeObserver1.OnError(Exception error) en System.Reactive.Linq.ObservableImpl.Catch2..OnError(Exception error) en System.Reactive.Linq.ObservableImpl.ThrowImmediate1.Run(IObserver1 observer) en System.Reactive.BasicProducer1.SubscribeRaw(IObserver1 observer, Boolean enableSafeguard) en System.ObservableExtensions.SubscribeSafe[T](IObservable1 source, IObserver1 observer) en System.Reactive.Linq.ObservableImpl.Catch2._.OnError(Exception error) en System.Reactive.Sink1.ForwardOnError(Exception error) en System.Reactive.HalfSerializer.ForwardOnError[T](ISink1 sink, Exception ex, Int32& wip, Exception& error) en System.Reactive.Linq.ObservableImpl.TakeUntil2..OnError(Exception ex) en System.Reactive.Linq.ObservableImpl.Merge`1.Observables..InnerObserver.OnError(Exception error) en System.Reactive.Sink2.OnError(Exception error) en System.Reactive.Linq.ObservableImpl.Merge1.Observables._.InnerObserver.OnError(Exception error) en System.Reactive.Sink2.OnError(Exception error) en System.Reactive.AutoDetachObserver1.OnErrorCore(Exception exception) en System.Reactive.ObserverBase`1.OnError(Exception error) en Xpand.Extensions.Reactive.Utility.Utility.<>cDisplayClass16_11.<Trace>b__3(Exception e) en System.Reactive.AnonymousSafeObserver1.OnError(Exception error) en System.Reactive.Sink1.ForwardOnError(Exception error) en System.Reactive.Sink2.OnError(Exception error) en System.Reactive.Sink1.ForwardOnError(Exception error) en System.Reactive.Linq.ObservableImpl.Merge1.Observables..InnerObserver.OnError(Exception error) en System.Reactive.Sink1.ForwardOnError(Exception error) en System.Reactive.Linq.ObservableImpl.SelectMany2.ObservableSelector..OnError(Exception error) en System.Reactive.AutoDetachObserver1.OnErrorCore(Exception exception) en System.Reactive.ObserverBase1.OnError(Exception error) en Xpand.Extensions.Reactive.Utility.Utility.<>cDisplayClass16_11.<Trace>b__3(Exception e) en System.Reactive.AnonymousSafeObserver1.OnError(Exception error) en System.Reactive.Sink1.ForwardOnError(Exception error) en System.Reactive.Sink2.OnError(Exception error) en System.Reactive.Sink1.ForwardOnError(Exception error) en System.Reactive.Sink2.OnError(Exception error) en System.Reactive.Sink1.ForwardOnError(Exception error) en System.Reactive.Linq.ObservableImpl.SelectMany2.ObservableSelector._.OnError(Exception error) en System.Reactive.Sink1.ForwardOnError(Exception error) en System.Reactive.Sink2.OnError(Exception error) en System.Reactive.Subjects.Subject1.OnError(Exception error) en System.Reactive.Sink1.ForwardOnError(Exception error) en System.Reactive.Sink2.OnError(Exception error) en System.Reactive.AutoDetachObserver1.OnErrorCore(Exception exception) en System.Reactive.ObserverBase`1.OnError(Exception error) en Xpand.Extensions.Reactive.Utility.Utility.<>cDisplayClass16_11.<Trace>b__3(Exception e) en System.Reactive.AnonymousSafeObserver1.OnError(Exception error) en System.Reactive.Sink1.ForwardOnError(Exception error) en System.Reactive.Linq.ObservableImpl.SelectMany2.ObservableSelector..OnNext(TSource value) en System.Reactive.Sink1.ForwardOnNext(TTarget value) en System.Reactive.Linq.ObservableImpl.ToObservableRecursive1..LoopRec(IScheduler scheduler) en System.Reactive.Linq.ObservableImpl.ToObservableRecursive1._.<>c.<Run>b__3_0(IScheduler innerScheduler, _ this) en System.Reactive.Concurrency.ScheduledItem2.InvokeCore() en System.Reactive.Concurrency.CurrentThreadScheduler.Trampoline.Run(SchedulerQueue1 queue) en System.Reactive.Concurrency.CurrentThreadScheduler.Schedule[TState](TState state, TimeSpan dueTime, Func3 action) en System.Reactive.Concurrency.LocalScheduler.Schedule[TState](TState state, Func3 action) en System.Reactive.Concurrency.Scheduler.ScheduleAction[TState](IScheduler scheduler, TState state, Action1 action) en System.Reactive.Producer2.SubscribeRaw(IObserver1 observer, Boolean enableSafeguard) en System.Reactive.Producer2.Subscribe(IObserver1 observer) en System.ObservableExtensions.Subscribe[T](IObservable1 source) en Xpand.XAF.Modules.Reactive.Extensions.CommonExtensions.Subscribe[T](IObservable1 source, XafApplication application) en Xpand.XAF.Modules.Reactive.Extensions.CommonExtensions.Subscribe[T](IObservable`1 source, ModuleBase moduleBase) en Xpand.XAF.Modules.PositionInListView.PositionInListViewModule.Setup(ApplicationModulesManager moduleManager) en Xpand.XAF.Modules.Reactive.ReactiveModuleBase.SetupModules(ApplicationModulesManager applicationModulesManager) InnerException is null

vimarx commented 3 years ago

Does Xpand includes web multiuser tests? I have problems when the site is used by several users simultaneously

apobekiaris commented 3 years ago

no there are no such tests, what is your version is this the latest patch?

vimarx commented 3 years ago

was 20.2.402.2 with last Reactive nuget.

In my humble opinion, I see several exceptions during the analysis of the production logs, and most are during the startup/logon procedures. Given the nature of the reactive module, it is much more difficult for me to understand what is happening

apobekiaris commented 3 years ago

u can ask if u need description of any part, reactive is nothing else than methods, nothing else with c# without state and without it going in parallel as needed in modern times is not something I would attempt in such scale.

In any case, we will address this part soon as fortunately u raise loud voice to it.

At the moment though I suggested how to use the latest patch, I am not 100% sure that my suggestion has the desired results. Let's wait for the public build, I am working on it

apobekiaris commented 3 years ago

hopefully it should be able to repro it with an additional test at https://github.com/eXpandFramework/Reactive.XAF/blob/master/src/Tests/Reactive/RegisterActionTests.cs

where multiple apps should be created in parallel

apobekiaris commented 3 years ago

The pre-release 2.201.25.3 in the Reactive.XAF lab branch includes commits that relate to this task:

To minimize version conflicts we recommend that you use the Xpand.XAF.Core.All, Xpand.XAF.Win.All, Xpand.XAF.Web.All packages. Doing so, all packages will be at your disposal and .NET will add a dependecy only to those packages that you actually use and not to all (see the Modules installation-registrations youtube video).

Released packages: Xpand.Extensions v.4.202.48.3
Xpand.Extensions.Blazor v.4.202.48.3
Xpand.Extensions.Mono.Cecil v.4.202.48.3
Xpand.Extensions.Office.Cloud v.4.202.48.3
Xpand.Extensions.Office.Cloud.Google.Blazor v.4.202.48.3
Xpand.Extensions.Reactive v.4.202.48.3
Xpand.Extensions.XAF v.4.202.48.3
Xpand.Extensions.XAF.Xpo v.4.202.48.3
Xpand.TestsLib v.4.202.48.3
Xpand.TestsLib.Blazor v.4.202.48.3
Xpand.TestsLib.Common v.4.202.48.3
Xpand.TestsLib.Net461 v.4.202.48.3
Xpand.VersionConverter v.4.202.48.3
Xpand.XAF.Core.All v.4.202.48.3
Xpand.XAF.Modules.AutoCommit v.4.202.48.3
Xpand.XAF.Modules.Blazor v.4.202.48.3
Xpand.XAF.Modules.CloneMemberValue v.4.202.48.3
Xpand.XAF.Modules.CloneModelView v.4.202.48.3
Xpand.XAF.Modules.GridListEditor v.4.202.48.3
Xpand.XAF.Modules.HideToolBar v.4.202.48.3
Xpand.XAF.Modules.JobScheduler.Hangfire v.4.202.48.3
Xpand.XAF.Modules.LookupCascade v.4.202.48.3
Xpand.XAF.Modules.MasterDetail v.4.202.48.3
Xpand.XAF.Modules.ModelMapper v.4.202.48.3
Xpand.XAF.Modules.ModelViewInheritance v.4.202.48.3
Xpand.XAF.Modules.Office.Cloud.Google v.4.202.48.3
Xpand.XAF.Modules.Office.Cloud.Google.Calendar v.4.202.48.3
Xpand.XAF.Modules.Office.Cloud.Google.Tasks v.4.202.48.3
Xpand.XAF.Modules.Office.Cloud.Microsoft v.4.202.48.3
Xpand.XAF.Modules.Office.Cloud.Microsoft.Calendar v.4.202.48.3
Xpand.XAF.Modules.Office.Cloud.Microsoft.Todo v.4.202.48.3
Xpand.XAF.Modules.Office.DocumentStyleManager v.4.202.48.3
Xpand.XAF.Modules.OneView v.4.202.48.3
Xpand.XAF.Modules.PositionInListView v.4.202.48.3
Xpand.XAF.Modules.ProgressBarViewItem v.4.202.48.3
Xpand.XAF.Modules.Reactive v.4.202.48.3
Xpand.XAF.Modules.Reactive.Logger v.4.202.48.3
Xpand.XAF.Modules.Reactive.Logger.Client.Win v.4.202.48.3
Xpand.XAF.Modules.Reactive.Logger.Hub v.4.202.48.3
Xpand.XAF.Modules.RefreshView v.4.202.48.3
Xpand.XAF.Modules.SequenceGenerator v.4.202.48.3
Xpand.XAF.Modules.SuppressConfirmation v.4.202.48.3
Xpand.XAF.Modules.ViewEditMode v.4.202.48.3
Xpand.XAF.Modules.ViewItemValue v.4.202.48.3
Xpand.XAF.Modules.ViewWizard v.4.202.48.3
Xpand.XAF.Web.All v.4.202.48.3
Xpand.XAF.Win.All v.4.202.48.3

Please update the related Nuget packages and test if issues is addressed. These are nightly nuget packages available only from our NugetServer.

If you do not use these packages directly but through a module of the main eXpandFramework project, please wait for the bot to notify you again when integration is finished or update the related packages manually.

Thanks a lot for your contribution.

apobekiaris commented 3 years ago

is it now better?

vimarx commented 3 years ago

Still have to upgrade from 20.2.4 to 20.2.5, but I hope to do it this weekend

apobekiaris commented 2 years ago

Issue is deprioritized as no Assignee found and scheduled for auto-close if no activity in the next 60 days. Thanks a lot for your contribution.

expand commented 10 months ago

Closing issue for age. Feel free to reopen it at any time.

.Thank you for your contribution.