cancel
Showing results for 
Search instead for 
Did you mean: 

server0 is stopped in one of our BW Quality system

Former Member
0 Kudos

Hi Basis Gurus,

In one of our BW quality system (WQM is the SID) the server0 is stopped.

I checked the std_server0.out and dev_server0 in /usr/sap/WQM/DVEBMGS00/work.

std_server0.out log mentioned below

service com.sap.security.core.ume.service ================= ERROR =================

Core service com.sap.security.core.ume.service failed. J2EE Engine cannot be started.

com.sap.engine.frame.ServiceException: Start of UME service failed. Check help topic "Start of UME Service Failed". Technical details: Name or password is incorrect (repeat logon)

dev_server0 log mentioned below

      • ERROR => The Java VM terminated with a non-zero exit code.

      • Please see SAP Note 943602 , section 'J2EE Engine exit codes'

      • for additional information and trouble shooting.

**********************************************************************

From the above log i tried reducing the Java Heap Size.But it didnt work.

Also in UME the ume.persistence.data_source_configuration found the Default value is dataSourceConfiguration_database-only.xml.

Also checked the J2EE_ADMIN, SAPJSF and J2EE_GUEST user and all are unlocked and already proper roles are assigned to these users.

Our system details are as follows

SAP Version : SAP Netweaver 2004s (Its a BW system)

OS : Sun Solaris

DB : Oracle 10.2.0.4.

Please help me in fixing this issue.

Regards,

Anil.

[Thr 18] SigISetIgnoreAction : SIG_IGN for signal 18

[Thr 18] JLaunchCloseProgram: good bye (exitcode = -11113)

Accepted Solutions (1)

Accepted Solutions (1)

sunny_pahuja2
Active Contributor
0 Kudos

Hi,

Could you please check in secure area in config tool that whether password of database and administrator user is maintained correctly or not ?

Thanks

Sunny

Answers (1)

Answers (1)

fjhernanz
Contributor
0 Kudos

Hi,

Have you upgraded oracle database recently? As per I've checked this error usually happens due to wrong jdbc drivers in use.

I recommend you update the oracle driver files. Notes 867176 FAQ: Oracle JDBC and 915079 J2EE on Oracle: Updating the

JDBC drivers, will be of help here

Br,

Javier

Former Member
0 Kudos

Hi,

I checked my JDBC drivers and it looks OK.Please find the details below.

wqmadm> more config.properties

#Generated by Config Tool

#Tue Feb 16 17:16:26 GMT 2010

rdbms.maximum_connections=5

system.name=WQM

secstorefs.keyfile=/sapmnt/WQM/global/security/data/SecStore.key

secstorefs.secfile=/sapmnt/WQM/global/security/data/SecStore.properties

secstorefs.lib=/sapmnt/WQM/global/security/lib

rdbms.driverLocation=/oracle/client/10x_64/instantclient/ojdbc14.jar

rdbms.connection=jdbc/pool/WQM

rdbms.initial_connections=1

Regards,

Anil.