Unable to start mws after successful installation

I enter SYS and CHANGE_ON_INSTALL as the username and password on one of the installation wizard screens. The installation is successful. I can start Integration Server and point a browser at it, but not able to start myWebmethodsServer. Is there another default user that I should use?

C:\SoftwareAG\MWS\server\default\bin>run
JAVA_HOME: C:\SoftwareAG\jvm\win160
MWS_HOME: C:\SoftwareAG\MWS
WM_HOME: C:\SoftwareAG\MWS..
log4j:WARN No such property [conversionPattern] in com.webMethods.portal.webserv
ices.glue.SoapLogLayout.
2011-01-06 16:47:06 EST (Framework:DEBUG) - Logging configured successfully.
2011-01-06 16:47:09 EST (Framework:FATAL) - Error creating database connection
to: jdbc:wm:oracle://atsdbdod20:1521;serviceName=orcl
java.sql.SQLInvalidAuthorizationSpecException: [wm-cjdbc40-0034][Oracle JDBC Driver][Oracle]ORA-01017: invalid username/password; logon denied




2011-01-06 16:47:09 EST (Framework:WARN) - [Pool - default has been shut down.
2011-01-06 16:47:09 EST (Framework:FATAL) - Error creating database connection
to: jdbc:wm:oracle://atsdbdod20:1521;serviceName=orcl
java.sql.SQLInvalidAuthorizationSpecException: [wm-cjdbc40-0034][Oracle JDBC Dri
ver][Oracle]ORA-01017: invalid username/password; logon denied




2011-01-06 16:47:09 EST (Framework:WARN) - [Pool - default has been shut down.
2011-01-06 16:47:09 EST (Framework:FATAL) - Error creating database connection
to: jdbc:wm:oracle://atsdbdod20:1521;serviceName=orcl
java.sql.SQLInvalidAuthorizationSpecException: [wm-cjdbc40-0034][Oracle JDBC Dri
ver][Oracle]ORA-01017: invalid username/password; logon denied




2011-01-06 16:47:09 EST (Framework:INFO) - No registered exception delegate
2011-01-06 16:47:09 EST (Framework:FATAL) - [POP.004.0202] Cannot create databa
se connection to default MWS datasource. Please verify database connection param
eters in the MWS/server/default/config/mws.db.xml configuration file
com.webMethods.portal.system.init.InitializationException: [POP.004.0202] Cannot
create database connection to default MWS datasource. Please verify database co
nnection parameters in the MWS/server/default/config/mws.db.xml configuration fi
le
at com.webMethods.portal.service.sql.core.ConnectionManager.validateData
source(ConnectionManager.java:672)
at com.webMethods.portal.service.sql.core.ConnectionManager.init(Connect
ionManager.java:274)
at com.webMethods.portal.service.sql.core.ConnectionManager.init(Connect
ionManager.java:197)
at com.webMethods.portal.system.init.impl.ClusterPhaseProvider.initializ
eDatabaseConfigLocator(ClusterPhaseProvider.java:73)
at com.webMethods.portal.system.init.impl.ClusterPhaseProvider.initializ
ePhases(ClusterPhaseProvider.java:35)
at com.webMethods.portal.system.PortalSystem.init(PortalSystem.java:865)

    at com.webmethods.portal.system.PortalSystem.main(PortalSystem.java:823)

    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.

java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.webMethods.portal.system.start.Main.start(Main.java:132)
at com.webMethods.portal.system.start.Main.main(Main.java:38)
2011-01-06 16:47:09 EST (Framework:INFO) - Shutting down…
2011-01-06 16:47:09 EST (Framework:INFO) - Shutdown complete.

Thanks.

The user name and password must be the correct username and password that is the owner of the wM schema and is the user that you use to create the tables using the Database Configurator.

You need to create your Oracle user & schema, load in the tables using the database configurator. Once this is done you know the user name and password and you can change the file C:\SoftwareAG\MWS\server\default\config\mws.db.xml to change the user and password.

Refer to Installation and Database Configuration documentation for more information.

Hope this helps.