Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • A AutoSPInstallerGUI
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 46
    • Issues 46
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • CodePlex
  • AutoSPInstallerGUI
  • Issues
  • #15

Closed
Open
Created Jul 01, 2018 by Laurent Sittler@lsittler©Owner

Script halt: after wildcard cert

I've been trying to get the scripted install to work for longer than I care to admit publicly. I keep running into an issue where the script halts immediately after the -Certificate "" found line on the host output. Any thoughts on what's wrong here?

xml, and rtf output attached

Thanks, Steve

- Looking for existing "*.foo.com" wildcard certificate...
- Certificate "" found.
--------------------------------------------------------------
- Script halted!

Exception             : System.Management.Automation.RuntimeException: You cann
                        ot call a method on a null-valued expression.
                           at System.Management.Automation.ParserOps.CallMethod
                        (Token token, Object target, String methodName, Object[
                        ] paramArray, Boolean callStatic, Object valueToSet)
                           at System.Management.Automation.MethodCallNode.Invok
                        eMethod(Object target, Object[] arguments, Object value
                        )
                           at System.Management.Automation.MethodCallNode.Execu
                        te(Array input, Pipe outputPipe, ExecutionContext conte
                        xt)
                           at System.Management.Automation.ArrayReferenceNode.E
                        xecute(Array input, Pipe outputPipe, ExecutionContext c
                        ontext)
                           at System.Management.Automation.ExpressionNode.Execu
                        te(Array input, Pipe outputPipe, ExecutionContext conte
                        xt)
                           at System.Management.Automation.AssignmentStatementN
                        ode.Execute(Array input, Pipe outputPipe, ExecutionCont
                        ext context)
                           at System.Management.Automation.StatementListNode.Ex
                        ecuteStatement(ParseTreeNode statement, Array input, Pi
                        pe outputPipe, ArrayList& resultList, ExecutionContext
                        context)
TargetObject          : Split
CategoryInfo          : InvalidOperation: (Split:String) [], RuntimeException
FullyQualifiedErrorId : InvokeMethodOnNull
ErrorDetails          :
InvocationInfo        : System.Management.Automation.InvocationInfo
PipelineIterationInfo : {}
PSMessageDetails      :

public.xml

AutoSPInstaller-2014-12-03_2-54.rtf

Edited Jul 01, 2018 by Laurent Sittler
Assignee
Assign to
Time tracking