Hi Holger,
i’ve followed your precious advice to edit the maximum allocated heap memory thus it seems like it’s not helping. The problem is persisting.
In order to avoid misunderstandings, i’d like to explain what i did:
As soon as i approched the file, I noticed that, by default, it invokes environmental var %JAVA_OPTIONS% (which were already set to be -Xms2048 and -Xmx4096).
So at first i tried to change those values from system environment variables management, it didn’t work.
So instead i directly changed %JAVA_OPTIONS% to “-Xms2048m -Xmx4096m” but it’s not working either.
In the end i tried to run the .jar package directly from the console allocating memory on the go:
java -Xms4096m -Xmx8192m -jar .\SUMlauncher.jar
Didn’t work either.
At last i checked SAGUpdateManager launcher logs trying to understand how this message is getting generated and i noticed this:
Array with SUM start command arguments: [C:\SAGUpdateManager\jvm\jre\bin\java, -DsumProc="com.softwareag.plm.sum.client.launcher.steps.impl.SetCommandForStart2020-01-14T21:20:07.733", -classpath, C:\SAGUpdateManager\UpdateManager\repository\plugins\org.eclipse.osgi_3.11.1.v20160708-1632.jar;C:\SAGUpdateManager\UpdateManager\bootstrap\classes, [b]-Xmx1024m[/b], -DSUM.HOME=C:\SAGUpdateManager\UpdateManager, -Dosgi.install.area=C:\SAGUpdateManager\UpdateManager\profile, -Dosgi.instance.area=C:\SAGUpdateManager\UpdateManager\profile, -Djava.io.tmpdir=C:\SAGUpdateManager\UpdateManager\tmp, -Dorg.eclipse.ecf.provider.filetransfer.excludeContributors=org.eclipse.ecf.provider.filetransfer.httpclient, com.softwareag.fixinstall.bootstrap.BootstrapClass, -debug, -configuration, C:\SAGUpdateManager\UpdateManager\profile\configuration, -application, com.softwareag.fixinstall.guiinstaller.application]
May it be the point of the problem? if it is, am i looking into the wrong direction?
In order to make things clearer i’m attaching the modified files based on your hint.
Thanks again!
UpdateManagerGUI.bat (1.67 KB)
UpdateManagerCMD.bat (1.23 KB)
#webMethods#Integration-Server-and-ESB