silverem_84897
Apr 07, 2017Nimbostratus
Strange, got the same result
2017-04-07 11:26:05 No iRule links to add to the dropdown
2017-04-07 11:26:05 No iRule definitions to add to the body
2017-04-07 11:26:05 Writing report temporary file to C:\inetpub\wwwroot\default.html.tmp
2017-04-07 11:26:05 Writing temporary pools json object to C:\inetpub\wwwroot\json\pools.json.tmp
New-Object : Exception calling ".ctor" with "4" argument(s): "Could not find a part of the path 'C:\inetpub\wwwroot\json\pools.json.tmp'."At C:\inetpub\wwwroot\Bigipreport-4.3.8.ps1:1541 char:18
+ ... eamWriter = New-Object System.IO.StreamWriter($($Global:poolsjsonpath ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) [New-Object], MethodInvocationException
+ FullyQualifiedErrorId : ConstructorInvokedThrowException,Microsoft.PowerShell.Commands.NewObjectCommand
Exception calling "Write" with "1" argument(s): "Cannot write to a closed TextWriter."At C:\inetpub\wwwroot\Bigipreport-4.3.8.ps1:1542 char:24
+ ... eamWriter.Write($($Global:pools | ConvertTo-Json -Compress -Depth 5))
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [], MethodInvocationException
+ FullyQualifiedErrorId : ObjectDisposedException
2017-04-07 11:26:05 Failed to update the temporary pool json file
2017-04-07 11:26:05 Writing temporary monitor json object to C:\inetpub\wwwroot\json\monitors.json.tmp
New-Object : Exception calling ".ctor" with "4" argument(s): "Could not find a part of the path 'C:\inetpub\wwwroot\json\monitors.json.tmp'."At C:\inetpub\wwwroot\Bigipreport-4.3.8.ps1:1552 char:18
+ ... eamWriter = New-Object System.IO.StreamWriter($($Global:monitorsjsonp ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) [New-Object], MethodInvocationException
+ FullyQualifiedErrorId : ConstructorInvokedThrowException,Microsoft.PowerShell.Commands.NewObjectCommand
Exception calling "Write" with "1" argument(s): "Cannot write to a closed TextWriter."At C:\inetpub\wwwroot\Bigipreport-4.3.8.ps1:1553 char:24
+ ... Writer.Write($($Global:monitors | ConvertTo-Json -Compress -Depth 5))
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [], MethodInvocationException
+ FullyQualifiedErrorId : ObjectDisposedException