Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"BLAZAMSession : System.NullReferenceException" Stack Trace: at BLAZAM.Session.ApplicationNewsService. #276

Closed
swamipurnamsha opened this issue Mar 25, 2024 · 3 comments

Comments

@swamipurnamsha
Copy link

swamipurnamsha commented Mar 25, 2024

The Blazor application encounters an error "BLAZAMSession : System.NullReferenceException"

"Error Message: Object reference not set to an instance of an object.
Stack Trace:
at BLAZAM.Session.ApplicationNewsService.<>c__DisplayClass12_0.b__0(NewsItem x) in D:\a\BLAZAM\BLAZAM\BLAZAMSession\ApplicationNewsService.cs:line 62"

I am running the Blazam App using IIS with all the .Net dependencies installed and using a MySQL database, we have configured the active directory and finalized the installation. After the installation the page results in the same error mentioned earlier "BLAZAMSession : System.NullReferenceException"

The Blazor WebAssembly application should not throw an exception related to the "applications news service" not able to be handled.

Within the IIS authentication configuration, it is set to allow Anonymous Authentication and the .Net Authorization is set to Allow All Users.

For additional troubleshooting: Within the Blazam application directory the IIS_IUSRS and IUSR have been granted full control of the Blazam root directory.

ApplicationPool is set to AlwayRunning and have Set IIS Site to Preload true

OS: Windows Server 2022
Browser: Edge
Version: 122.0.2365.92
Blazam version: 0.8.9.2024.02.28.0056

image
.

image

@jacobsen9026
Copy link
Contributor

Thank you for the report, brand new feature, not surprised. I kind of rushed it since I had no existing update notification feature.

Will be patched in next release, which I will make sure to release by Saturday (was about to release an update anyway, but gotta give some testing time for other changes).

@jacobsen9026
Copy link
Contributor

This should be fixed in the Stable version released today. If you used the Web Installer, running it again and choosing Update will update Blazam.

@swamipurnamsha
Copy link
Author

@jacobsen9026

I see that the error output shows that some part of this code is fixed however, a new error output is being thrown for the same ApplicationNewsService.cs, image attached:

Something terrible has happened...
BLAZAMSession : System.NullReferenceException
Error Message: Object reference not set to an instance of an object.
Stack Trace:
at BLAZAM.Session.ApplicationNewsService.GetUnreadNewsItems(IApplicationUserState user) in D:\a\BLAZAM\BLAZAM\BLAZAMSession\ApplicationNewsService.cs:line 69

at BLAZAM.Gui.UI.Outputs.ApplicationNewsProvider.RefreshUnreadItems() in D:\a\BLAZAM\BLAZAM\BLAZAMGui\UI\Outputs\ApplicationNewsProvider.razor:line 111

at BLAZAM.Gui.UI.Outputs.ApplicationNewsProvider.RefreshItems() in D:\a\BLAZAM\BLAZAM\BLAZAMGui\UI\Outputs\ApplicationNewsProvider.razor:line 96

at BLAZAM.Gui.UI.Outputs.ApplicationNewsProvider.OnInitialized() in D:\a\BLAZAM\BLAZAM\BLAZAMGui\UI\Outputs\ApplicationNewsProvider.razor:line 92

at Microsoft.AspNetCore.Components.ComponentBase.RunInitAndSetParametersAsync()

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants