MWS Installation

Hi All,

I am trying to install MWS in Ubuntu . I have configured the required database using DatabaseConfigurationUI. As per the documentation I ran the service startup.sh and this is what I get below:

Starting daemon using Tanuki Wrapper…
Starting Software AG My webMethods Server 10.5 (default) (1)…
wrapper | Base configuration file is /opt/softwareag/SAG/profiles/MWS_default/configuration/wrapper.conf
wrapper | Found #include file in /opt/softwareag/SAG/profiles/MWS_default/configuration/wrapper.conf: /opt/softwareag/SAG/MWS/bin/wrapper-license.conf
wrapper | Reading included configuration file, /opt/softwareag/SAG/MWS/bin/wrapper-license.conf
wrapper | Found #include file in /opt/softwareag/SAG/profiles/MWS_default/configuration/wrapper.conf: %OSGI_INSTALL_AREA%/configuration/custom_wrapper.conf
wrapper | After environment variable replacements: /opt/softwareag/SAG/profiles/MWS_default/configuration/custom_wrapper.conf
wrapper | Reading included configuration file, /opt/softwareag/SAG/profiles/MWS_default/configuration/custom_wrapper.conf
Waiting for Software AG My webMethods Server 10.5 (default) (1)…
running: PID:12293

But when I try to access through localhost:port , its unsuccesful, I checked the wrapper.log. and this is what I find

INFO | jvm 1 | 2020/07/28 14:15:46 | Creating file: /opt/softwareag/SAG/profiles/MWS_default/configuration/org.eclipse.osgi/211/0/.cp/libs/asm-3.1.jar
INFO | jvm 1 | 2020/07/28 14:15:54 | 2020-07-28 14:15:54,211 Start Level: Equinox Container: eeac2863-54f6-4f07-b0fd-ee84cc2f4b0d ERROR Unrecognized format specifier [scgComp]
INFO | jvm 1 | 2020/07/28 14:15:54 | 2020-07-28 14:15:54,216 Start Level: Equinox Container: eeac2863-54f6-4f07-b0fd-ee84cc2f4b0d ERROR Unrecognized conversion specifier [scgComp] starting at position 14 in conversion pattern.
INFO | jvm 1 | 2020/07/28 14:15:54 | 2020-07-28 14:15:54,217 Start Level: Equinox Container: eeac2863-54f6-4f07-b0fd-ee84cc2f4b0d ERROR Unrecognized format specifier [scgSubComp]
INFO | jvm 1 | 2020/07/28 14:15:54 | 2020-07-28 14:15:54,217 Start Level: Equinox Container: eeac2863-54f6-4f07-b0fd-ee84cc2f4b0d ERROR Unrecognized conversion specifier [scgSubComp] starting at position 26 in conversion pattern.
INFO | jvm 1 | 2020/07/28 14:15:54 | 2020-07-28 14:15:54,218 Start Level: Equinox Container: eeac2863-54f6-4f07-b0fd-ee84cc2f4b0d ERROR Unrecognized format specifier [scgMsgKey]
INFO | jvm 1 | 2020/07/28 14:15:54 | 2020-07-28 14:15:54,218 Start Level: Equinox Container: eeac2863-54f6-4f07-b0fd-ee84cc2f4b0d ERROR Unrecognized conversion specifier [scgMsgKey] starting at position 37 in conversion pattern.
INFO | jvm 1 | 2020/07/28 14:15:55 | [ProxyLogManager] reset() → org.apache.logging.log4j.jul.LogManager@6476b277
INFO | jvm 1 | 2020/07/28 14:15:56 | [Tue Jul 28 14:15:56 GST 2020] Bootstrap: Stopping…
INFO | jvm 1 | 2020/07/28 14:15:56 |
INFO | jvm 1 | 2020/07/28 14:15:56 | !ENTRY com.softwareag.platform.hook.shutdown 1 0 2020-07-28 14:15:56.792
INFO | jvm 1 | 2020/07/28 14:15:56 | !MESSAGE Stopping OSGi framework.
INFO | jvm 1 | 2020/07/28 14:15:56 |
INFO | jvm 1 | 2020/07/28 14:15:56 | !ENTRY com.softwareag.platform.hook.shutdown 1 0 2020-07-28 14:15:56.807
INFO | jvm 1 | 2020/07/28 14:15:56 | !MESSAGE Framework shutdown timeout set to 120 seconds. Please also check tanuki-wrapper shutdown property, if specified.
INFO | jvm 1 | 2020/07/28 14:15:57 | [STARTUP] Glue 8.0 Fix 9000 build 161
ERROR | wrapper | 2020/07/28 14:17:30 | Shutdown failed: Timed out waiting for signal from JVM.
ERROR | wrapper | 2020/07/28 14:17:30 | JVM did not exit on request, termination requested.
STATUS | wrapper | 2020/07/28 14:17:30 | JVM received a signal SIGKILL (9).
STATUS | wrapper | 2020/07/28 14:17:30 | JVM process is gone.
STATUS | wrapper | 2020/07/28 14:17:30 | JVM exited after being requested to terminate.
STATUS | wrapper | 2020/07/28 14:17:30 | ← Wrapper Stopped

I am a newbie in installation, so any help is appreciated.

thanks

Hi,

I tried reinstalling and when running command “mws.sh -s default run”

Kindly let me what is this error related to , if anyone has an idea.

Thanks.

Hi All,

MWS is starting up now. The solution I took was to apply the latest fixes and reconfigured the databases and its good to go. Hoping if anyone gets stuck setting up MWS this action might help.

Thanks,
Hima

1 Like

Hi Hima,

Thanks for the update. Glad that the latest fixes helped in resolving the startup issue.

Regards,
Firoz N

Hi Firoz,

Do you know, if we are able to create a installation image of a product with latest fixes in a single go just with installer? Rather than installing fix later

Thanks

Hi Hima,

Installation of product along with fixes can’t be done as these are separate things.
Few teams might need fixes and few do not. You have to install the products using SAGInstaller and fixes using UpdateManager.

Use UpdateManager and create your required fixes as a fix image and use it across multiple installations of the product in different environments.

Regards,
Firoz N

Thank you Firoz for the info.