Error installing 0.10.6 from community server #1200
isc-bsherman
started this conversation in
General
Replies: 1 comment
-
|
It turns out I don't have an SSL config called ISC.FeatureTracker.SSL.Config on my system, and this produces a (short) cascade of unhandled problems. I think the sample code (which comes from the README on this project) should be amended to let the user know if the %Net.HttpRequest "Get" call fails before attempting the LoadStream(). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
On recommendation from teammates I'm trying to install IPM 0.10.6 like so:
s version="0.10.6" s r=##class(%Net.HttpRequest).%New(),r.Server="pm.community.intersystems.com",r.SSLConfiguration="ISC.FeatureTracker.SSL.Config" d r.Get("/packages/zpm/"_version_"/installer"),$system.OBJ.LoadStream(r.HttpResponse.Data,"c")This produces:
Load started on 06/26/2026 10:37:24 Loading file C:\InterSystems\dev202506\Mgr\Temp\ba3V6MkIFQYEzw.xml as xml ERROR #6301 Line: 1 Offset: 7 no declaration found for element 'html' while processing C:\InterSystems\dev202506\Mgr\Temp\ba3V6MkIFQYEzw.xml at line 1 offset 7 ERROR #6301 Line: 1 Offset: 7 This does not appear to be a IRIS exported file, unable to import. Detected 2 errors during load.Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions