jstackSeries.sh icon indicating copy to clipboard operation
jstackSeries.sh copied to clipboard

Cannot convert 'System.Object[]' to the type 'System.String

Open zygimantus opened this issue 5 years ago • 0 comments

Hello, I was trying to use your ps script but it throw error:

Out-File : Cannot convert 'System.Object[]' to the type 'System.String' required by parameter 'FilePath'. Specified method is not supported. At line:1 char:66

  • ... e -append -Encoding ascii -filepath .\jstack.17044.1.1602071301,79466
  •                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : InvalidArgument: (:) [Out-File], ParameterBindingException
    • FullyQualifiedErrorId : CannotConvertArgument,Microsoft.PowerShell.Commands.OutFileCommand

zygimantus avatar Oct 07 '20 11:10 zygimantus