I am performing an upgrade of EPiServer from 6.1.379.0 to version 7.0.859.1.
However, soon after I run the installer I get the following error:
An error has occured and the transaction will be rolled back Rolledback Object reference not set to an instance of an object. Object reference not set to an instance of an object.
An unhandled error has occured: Object reference not set to an instance of an object. When executing At C:\Program Files (x86)\EPiServer\Framework\7.0.859.1\Install\System Scripts\ Install Site (SqlServer).ps1:319 char:4 + New-EPiDirectory -DirectoryPath $packagingRootPath + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
True = Get-EPiIsBulkInstalling
An unhandled error has occured: Object reference not set to an instance of an object. When executing At C:\Program Files (x86)\EPiServer\Framework\7.0.859.1\Install\System Scripts\ Install Site (SqlServer).ps1:319 char:4 + New-EPiDirectory -DirectoryPath $packagingRootPath + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
= Get-EPiIsBulkInstalling At C:\Program Files (x86)\EPiServer\Framework\7.0.859.1\Install\System Scripts\Install Site (SqlServer).ps1:319 char:4 + New-EPiDirectory -DirectoryPath $packagingRootPath + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ System.NullReferenceException: Object reference not set to an instance of an object. at EPiServer.Install.FileSystem.Installers.NewDirectoryInstaller.Install(IDictionary stateSaver) at EPiServer.Install.InstallationManager.Install(Installer installer) at EPiServer.Install.FileSystem.Cmdlets.NewDirectoryCmdlet.ProcessRecord() at System.Management.Automation.Cmdlet.DoProcessRecord() at System.Management.Automation.CommandProcessor.ProcessRecord()
Hi,
I am performing an upgrade of EPiServer from 6.1.379.0 to version 7.0.859.1.
However, soon after I run the installer I get the following error:
An error has occured and the transaction will be rolled back
Rolledback
Object reference not set to an instance of an object.
Object reference not set to an instance of an object.
An unhandled error has occured:
Object reference not set to an instance of an object.
When executing
At C:\Program Files (x86)\EPiServer\Framework\7.0.859.1\Install\System Scripts\
Install Site (SqlServer).ps1:319 char:4
+ New-EPiDirectory -DirectoryPath $packagingRootPath
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
True
=
Get-EPiIsBulkInstalling
An unhandled error has occured:
Object reference not set to an instance of an object.
When executing
At C:\Program Files (x86)\EPiServer\Framework\7.0.859.1\Install\System Scripts\
Install Site (SqlServer).ps1:319 char:4
+ New-EPiDirectory -DirectoryPath $packagingRootPath
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
=
Get-EPiIsBulkInstalling
At C:\Program Files (x86)\EPiServer\Framework\7.0.859.1\Install\System Scripts\Install Site (SqlServer).ps1:319 char:4
+ New-EPiDirectory -DirectoryPath $packagingRootPath
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
System.NullReferenceException: Object reference not set to an instance of an object.
at EPiServer.Install.FileSystem.Installers.NewDirectoryInstaller.Install(IDictionary stateSaver)
at EPiServer.Install.InstallationManager.Install(Installer installer)
at EPiServer.Install.FileSystem.Cmdlets.NewDirectoryCmdlet.ProcessRecord()
at System.Management.Automation.Cmdlet.DoProcessRecord()
at System.Management.Automation.CommandProcessor.ProcessRecord()
Does anybody know what I can do to fix this?