BV Network - 404 handler calls several times sql CREATE and throws exceptions
Vote:
Hi, 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.b__13_0() 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.b__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?
This is related to this issue on github. It check your current version to see if there are old redirect objects that should be upgraded. This is run when the site is initialized.
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.