You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following warning messages on console when using executePS
Feb 01, 2022 6:46:29 AM javax.xml.soap.FactoryFinder find
WARNING: Using deprecated META-INF/services mechanism with non-standard property: javax.xml.soap.MetaFactory. Property javax.xml.soap.SAAJMetaFactory should be used instead.
Feb 01, 2022 6:46:31 AM javax.xml.soap.FactoryFinder find
WARNING: Using deprecated META-INF/services mechanism with non-standard property: javax.xml.soap.MetaFactory. Property javax.xml.soap.SAAJMetaFactory should be used instead.
This also seems to be getting written into err stream.
Looks like I was wrong about err stream. This is what I see in err
"error":"#< CLIXML\r\n<Objs Version=\"1.1.0.1\" xmlns=\"http://schemas.microsoft.com/powershell/2004/04\"><Obj S=\"progress\" RefId=\"0\"><TN RefId=\"0\"><T>System.Management.Automation.PSCustomObject<\/T><T>System.Object<\/T><\/TN><MS><I64 N=\"SourceId\">1<\/I64><PR N=\"Record\"><AV>Preparing modules for first use.<\/AV><AI>0<\/AI><Nil /><PI>-1<\/PI><PC>-1<\/PC><T>Completed<\/T><SR>-1<\/SR><SD> <\/SD><\/PR><\/MS><\/Obj><\/Objs>"
The text was updated successfully, but these errors were encountered:
I get the following warning messages on console when using
executePS
This also seems to be getting written intoerr
stream.Looks like I was wrong about err stream. This is what I see in
err
"error":"#< CLIXML\r\n<Objs Version=\"1.1.0.1\" xmlns=\"http://schemas.microsoft.com/powershell/2004/04\"><Obj S=\"progress\" RefId=\"0\"><TN RefId=\"0\"><T>System.Management.Automation.PSCustomObject<\/T><T>System.Object<\/T><\/TN><MS><I64 N=\"SourceId\">1<\/I64><PR N=\"Record\"><AV>Preparing modules for first use.<\/AV><AI>0<\/AI><Nil /><PI>-1<\/PI><PC>-1<\/PC><T>Completed<\/T><SR>-1<\/SR><SD> <\/SD><\/PR><\/MS><\/Obj><\/Objs>"
The text was updated successfully, but these errors were encountered: