Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Great. It appears someone has already created a temporary workaround, but I'm guessing it wont take long until a fix will be pushed to the repo
Hi,b__13_0()b__0()
We noticed a lot of "BVNetwork.NotFound.Core.Data.DataAccessBaseEx" errors in our log since we use EPiServer 10.
All versions are up to date (EPiServer 10.4, BVN.404Handler 10.1) and we get this message in our AlloyTech log (partially in norwegian).
##############################################################################
2017-02-10 12:37:16,422 [20] ERROR BVNetwork.NotFound.Core.Data.DataAccessBaseEx: Error during NotFoundHandler version check:System.NullReferenceException: Objektreferanse er ikke satt til en objektforekomst.
ved EPiServer.DataAccess.DataAccessBase.CreateCommand()
ved BVNetwork.NotFound.Core.Data.DataAccessBaseEx.
2017-02-10 12:37:16,453 [20] ERROR BVNetwork.NotFound.Core.Data.DataAccessBaseEx: An error occureding in the ExecuteSQL method with the following sqlCREATE TABLE [dbo].[BVN.NotFoundRequests](
[ID] [int] IDENTITY(1,1) NOT NULL,
[OldUrl] [nvarchar](2000) NOT NULL,
[Requested] [datetime] NULL,
[Referer] [nvarchar](2000) NULL
) ON [PRIMARY]. Exception:System.NullReferenceException: Objektreferanse er ikke satt til en objektforekomst.
ved EPiServer.DataAccess.DataAccessBase.CreateCommand()
ved BVNetwork.NotFound.Core.Data.DataAccessBaseEx.<>c__DisplayClass5_0.
##############################################################################
The plugin works, but it tries to create a new table each time (Am I wrong?).
We just 'muted' the log with the param logging="off".
Does anybody can confirm it's a bug in the plugin?
Regards.