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

Error in "RunspacePool" on German Windows Server 2012R2 #5

Open
AlexJacu opened this issue Oct 2, 2016 · 2 comments
Open

Error in "RunspacePool" on German Windows Server 2012R2 #5

AlexJacu opened this issue Oct 2, 2016 · 2 comments

Comments

@AlexJacu
Copy link

AlexJacu commented Oct 2, 2016

Ausnahme beim Festlegen von "RunspacePool": "Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt."
In D:\PoshPAIG_2_1_5\PoshPAIG_2_1_5\Start-PoshPAIG.ps1:457 Zeichen:17

  •             $powershell.RunspacePool = $runspaceHash.runspacepool
    
  •             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : NotSpecified: (:) [], SetValueInvocationException
    • FullyQualifiedErrorId : ExceptionWhenSetting
@AlexJacu
Copy link
Author

AlexJacu commented Oct 2, 2016

and some more errors:
Es ist nicht möglich, einen Index auf ein NULL-Array anzuwenden.
In D:\PoshPAIG_2_1_5\PoshPAIG_2_1_5\Start-PoshPAIG.ps1:66 Zeichen:9

  •     $Global:maxConcurrentJobs = $Optionshash['MaxJobs']
    
  •     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : InvalidOperation: (:) [], RuntimeException
    • FullyQualifiedErrorId : NullArray

Es ist nicht möglich, einen Index auf ein NULL-Array anzuwenden.
In D:\PoshPAIG_2_1_5\PoshPAIG_2_1_5\Start-PoshPAIG.ps1:67 Zeichen:9

  •     $Global:MaxRebootJobs = $Optionshash['MaxRebootJobs']
    
  •     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : InvalidOperation: (:) [], RuntimeException
    • FullyQualifiedErrorId : NullArray

Es ist nicht möglich, einen Index auf ein NULL-Array anzuwenden.
In D:\PoshPAIG_2_1_5\PoshPAIG_2_1_5\Start-PoshPAIG.ps1:68 Zeichen:13

  •     If ($Optionshash['ReportPath']) {
    
  •         ~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : InvalidOperation: (:) [], RuntimeException
    • FullyQualifiedErrorId : NullArray

Ausnahme beim Aufrufen von "CreateRunspacePool" mit 4 Argument(en): "Die maximale Poolgröße darf 1 nicht
unterschreiten."
In D:\PoshPAIG_2_1_5\PoshPAIG_2_1_5\Start-PoshPAIG.ps1:445 Zeichen:13

  •         $runspaceHash.runspacepool = [runspacefactory]::CreateRunspacePool(1 ...
    
  • - CategoryInfo          : NotSpecified: (:) [], MethodInvocationException
    - FullyQualifiedErrorId : PSArgumentException
    
    

Es ist nicht möglich, eine Methode für einen Ausdruck aufzurufen, der den NULL hat.
In D:\PoshPAIG_2_1_5\PoshPAIG_2_1_5\Start-PoshPAIG.ps1:446 Zeichen:13

  •         $runspaceHash.runspacepool.Open()
    
  •         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : InvalidOperation: (:) [], RuntimeException
    • FullyQualifiedErrorId : InvokeMethodOnNull

Ausnahme beim Festlegen von "RunspacePool": "Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt."
In D:\PoshPAIG_2_1_5\PoshPAIG_2_1_5\Start-PoshPAIG.ps1:457 Zeichen:17

  •             $powershell.RunspacePool = $runspaceHash.runspacepool
    
  •             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : NotSpecified: (:) [], SetValueInvocationException
    • FullyQualifiedErrorId : ExceptionWhenSetting

Ausnahme beim Festlegen von "RunspacePool": "Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt."
In D:\PoshPAIG_2_1_5\PoshPAIG_2_1_5\Start-PoshPAIG.ps1:457 Zeichen:17

  •             $powershell.RunspacePool = $runspaceHash.runspacepool
    
  •             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : NotSpecified: (:) [], SetValueInvocationException
    • FullyQualifiedErrorId : ExceptionWhenSetting

@proxb
Copy link
Owner

proxb commented Oct 2, 2016

I notice that the folder path specifies 2.1.5 and this repo currently is hosting 2.1.7. Please use this one and let me know if anything is different.

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