MWS Server not starting

Posting this message on behalf of Tanveer Iqbal:

I am trying to install and run Bpms trial package on Windows Server 2012 R2 by using groovy script as per wiki guide. Everything works fine however MWS server is not starting (Server stuck in middle for hours), other servers started without any issue.

I have tried these steps but issue remains same:

  1. Shut-down all servers by using Groovy script.
  2. Restarted Win12 server and Bpms trial again.
  3. Uninstall only MWS server and user interface through Control Panel and install it again by running Software Ag installer.
  4. Configuring again by using [grexec BpmsTrial -configure]
  5. Starting MWS server individually

Thanks to check this and let me know.

Regards, Taneer

Hi Taneer,

I recommend starting from scratch as uninstalling MWS may have removed settings.
I.e. execute the following steps:
grexec BpmsTrial -shutdown
grexec BpmsTrial -uninstall
grexec BpmsTrial -setup

If this is still failing, pls run
grexec BpmsTrial -diagnostics
A ZIP file containing various diagnostic information will be created - pls provide to us.

Best regards
Uli

Thanks Ulrich for your recommendation however this does not fix my issue:

I have followed the steps you had mentioned but MWS failed to initialization(start) and again stucked for an hours… and Groovy script ended with exit code 1 and error message “Failed to start My webMethods Server(exit code 1)”.

Here is problems.log:

“2015-10-02 01:11:18 GMT (org.eclipse.gemini.blueprint.service.importer.support.AbstractOsgiServiceImportFactoryBean:WARN) - OSGi importer [consumers] definition contains no interfaces: all invocations will be executed on the proxy and not on the backing service
2015-10-02 01:11:22 GMT (com.softwareag.security.idp.saml.SamlManagedService:ERROR) - osgi.configuration.area was not set/found.
2015-10-02 01:11:24 GMT (com.softwareag.eda.nerv.impl.util.component.ComponentUpdater:WARN) - [EDANII0074] A configuration change in NERV component ‘nervDefaultJMS’ has been detected.
2015-10-02 01:11:25 GMT (com.softwareag.eda.nerv.error.handling.ErrorHandlerConfiguration:WARN) - Guaranteed delivery of NERV is enabled. Therefore, specified value for property ‘com.softwareag.eda.nerv.maximum.redelivery.attempts’ will be ignored. Instead, ‘-1’ will be set as redeliveries count, thus configuring infinite re-delivery attempts.
2015-10-02 01:11:29 GMT (org.apache.axis2.deployment.ServiceDeployer:WARN) - Cannot deploy wsstack-admin-service.aar”

I am not sure if it is an OS issue or BpmsTrial build. I am using Windows Server 2012 R2 Datacentre edition.

Thanks to look into further this.

Rg, Tanveer

Hi Taneer,

as stated before: pls provide ZIP file created by
grexec BpmsTrial -diagnostics

Thanks
Uli

Hi Ulrich,

PFA.

Rg, Tanveer
BpmsTrial_Diagnostics_2015-10-02_10-55.zip (3.1 MB)

Hi Tanveer,

here are the first findings from looking into the ZIP:

(1) DemoRoot\demo\BpmsTrial\config\setup.properties:
This file still contains the following two lines:

DBCFG_ADMIN_USERNAME=...
DBCFG_ADMIN_PASSWORD=...

also reflected in the following log file

(2) EnvironmentInfo\testautomation.log:

[12] ADMIN USERNAME = …

(3) InstallRoot\MWS\server\default\logs_full_.log:
Does not give a clear indication (at least to me) what went wrong.

Summary:
Execute the following steps:

  • setup.properties:
    fix settings for DB Admin user + password (if you are using SQL Server sa / manage might be the default, by I am not sure)
  • run the following commands to start from scratch:
    grexec BpmsTrial shutdown
    grexec BpmsTrial uninstall
    grexec BpmsTrial setup

I hope that helps
Uli

Tanveer – Is Groovy script which you are using is a customized script to start/stop servers ? Also in which version you ae in ?

Thanks,