53
Views
1
Comments
[TestFramework] How to solve "The referenced module was moved." error when installing Test Framework?
testframework
Web icon
Forge asset by Indigo
Application Type
Traditional Web
Service Studio Version
11.8.11 (Build 31184)
Platform Version
11.8.2 (Build 15086)

When trying to install Test Framework, all the dependencies (6 modules) are marked with green as "Installed", but the following error message is shown on Forge: "There was an error. The referenced module was moved."

When trying to continue with "Force Install", Service Studio throws the following exception:

Solution: TestFramework

(Error) Internal Error: Unable to open Solution Pack for reading: EOF in header

   at ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputBuffer.ReadLeByte()

   at ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputBuffer.ReadLeInt()

   at ICSharpCode.SharpZipLib.Zip.ZipInputStream.GetNextEntry()

   at OutSystems.Common.ZipUtils.cmn#gfajrkyj.MoveNext()

   at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source, Func`2 predicate)

   at OutSystems.PackageManager.Solutions.SolutionUtils.GetManifestFromFile(Byte[] file)

   at OutSystems.PackageManager.Solutions.SolutionUtils.GetSolutionInfo(Byte[] file, DateTime& creation, Int32& schemaVersion, String& activationCode, String& productId, String& productName, ObjectKey& solutionUID, Boolean& containsAgilePlatformApplication, ObjectKey& solutionVersionUID, Boolean& isSolution, List`1& applicationKeys)

   at OutSystems.NssOMLProcessor.CssOMLProcessor.MssSolutionPackGetInfo(Byte[] ssFile, String& ssUID, DateTime& ssCreation, Int32& ssSchemaVersion, RCHEMessageRecord& ssMessage, String& ssActivationCode, String& ssProductId, String& ssProductName, String& ssSolutionUID, Boolean& ssHasAgilePlatformApplication, String& ssSolutionVersionUID, Boolean& ssIsSolution, RLTextRecordList& ssApplicationKeys)

I noticed that the "OutSystems Charts Web" application is called "Charts Web" in the target environment, but supported apps cannot be edited/renamed.

UserImage.jpg
khalid ahmed

Do simple think check this link "https://www.powershellgallery.com/packages/Outsystems.SetupTools/3.16.2.1"

1 - Open PowerShell

2 - Execute this command "PS> Install-Module -Name Outsystems.SetupTools -RequiredVersion 3.16.2.1"

Then "Y" for accept and install the update

3 - restart the environment.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.