cancel
Showing results for 
Search instead for 
Did you mean: 

NWDW - server0 stopped rc=-1113

Former Member
0 Kudos

Hi,

We have installed NWDW on desktop machine with XP as the OS.

Accidentally the machine was shutdown and now when we are trying to restart the NWDW its not coming up.

*The server0 is not starting and we get the return code rc=-1113 in the SAP MMC for server0.*

Also below are the output of trace files:

h1 C:\usr\sap\SID\JCxx\j2ee\cluster\server0\log -->defaultTrace.0

#00058221BCE000220000000F00000D7C0004792F3292869D#1259143525758#com.sap.engine.core.service630.container

.ServiceRunner##com.sap.engine.core.service630.container.ServiceRunner#######*SAPEngine_System_Thread[impl:5]_

70##0#0#Error#1#/System/Server#Java###Core service com.sap.security.core.ume.service failed. J2EE Engine cannot be started.*

[EXCEPTION]

*#1#com.sap.engine.frame.ServiceException: Start of UME service failed. Check help topic "Start of UME Service Failed".

Technical details: 'ashost' is missing* at com.sap.security.core.server.ume.service.UMEServiceFrame.start(UMEServiceFrame.java:398)

at .core.thread.impl5.SingleThread.execute(SingleThread.java:81)

at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:107)

Caused by: com.sap.security.core.persistence.datasource.PersistenceException: 'ashost' is missing

at com.sap.security.core.persistence.datasource.imp.R3PersistenceBase.newPersistenceException(R3PersistenceBase.java:236)

at com.sap.security.core.persistence.datasource.imp.R3PersistenceBase.init(R3PersistenceBase.java:491)

at com.sap.security.core.persistence.imp.PrincipalDatabagFactoryInstance.<init>(PrincipalDatabagFactoryInstance.java:445)

at .core.InternalUMFactory.initializeUME(InternalUMFactory.java:221)

at com.sap.security.core.server.ume.service.UMEServiceFrame.start(UMEServiceFrame.java:287)

.. 6 more

1.5 #00058221BCE000220000001100000D7C0004792F329288D4#1259143525758#com.sap.engine.core.Framework##

com.sap.engine.core.Framework#######SAPEngine_System_Thread[impl:5]_70##0#0#Fatal#1#/System/Server/Critical#Plain###

Critical shutdown was invoked. Reason is: Core service com.sap.security.core.ume.service failed. J2EE Engine cannot be started.#

h1 C:\usr\sap\SID\JCxx\j2ee\cluster\server0 -- dev_jrfc.trc

        • Error file opened at 20091125 020525 Pacific Standard Time Rel 6.45.14 (2007-08-03) [700.144]

Error> occured >Wed Nov 25 02:05:25,742<

RfcException:

message: 'ashost' is missing

Return code: RFC_INVALID_PARAMETER(19)

error group: 101

key: RFC_ERROR_PROGRAM

at com.sap.mw.rfc.api.RfcOptions.checkParameters(RfcOptions.java:313)

.getClient(JCO.java:6180)

at com.sap.mw.jco.JCO$PoolManager.getClient(JCO.java:6135)

at com.sap.mw.jco.JCO.getClient(JCO.java:8803)

at com.sap.security.core.persistence.datasource.imp.r3persistence.R3JCo640Proxy$Client640.fetchClient(R3JCo640Proxy.java:521)

at com.sap.security.core.persistence.datasource.imp.r3persistence.R3JCo640Proxy$Client640.getAttributes(R3JCo640Proxy.java:482)

at com.sap.security.core.persistence.datasource.imp.R3PersistenceBase.doInitRfc(R3PersistenceBase.java:734)

at com.

h1 *C:\usr\sap\SID\JCxx\work - std_server0.out*

com.sap.engine.frame.ServiceException: Start of UME service failed. Check help topic "Start of UME Service Failed". Technical details: 'ashost' is missing

at com.sap.security.core.server.ume.service.UMEServiceFrame.start(UMEServiceFrame.java:398)

at com.sap.thread.impl5.SingleThread.execute(SingleThread.java:81)

at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:107)

Caused by: com.sap.security.core.persistence.datasource.PersistenceException: 'ashost' is missing

at com.sap.security.core.persistence.datasource.imp.R3PersistenceBase.newPersistenceException(R3PersistenceBase.java:236)

.ume.service.UMEServiceFrame.start(UMEServiceFrame.java:287)

... 6 more

[Framework -> criticalShutdown] Core service com.sap.security.core.ume.service failed. J2EE Engine cannot be started.

Nov 25, 2009 2:05:25 AM com.sap.engine.core.Framework [SAPEngine_System_Thread[impl:5]_70] Fatal:

Critical shutdown was invoked. Reason is: Core service com.sap.security.core.ume.service failed. J2EE Engine cannot be started.

How to get the UME Service working? What could be the issue with UME service.

We have not connected our NWDW JAVA to any R3 system so Datasource is JAVA only.

Appreciate any help.

Rgds,

AVK

Edited by: Abhi K on Nov 25, 2009 12:39 PM

Edited by: Abhi K on Nov 25, 2009 12:47 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

it seems that the value of ashost (application server of SAP system) is missing in your JCODestinations.xml - add the ashost row in JCODestinations.xml as follows:

<wpl:ASHOST>mysapserver</wpl:ASHOST>

this value should be the same as

<pcd:Attribute name="ApplicationServer" value="mysapserver"/>

in your systems.xml

hope this helps..

Regards,

Gerd

Edited by: Gerd Schuster on Nov 25, 2009 12:59 PM

Former Member
0 Kudos

Hi Gerd,

Thnx for prompt response.

Could you please let know where can I make the changes,I mean where do I find the JCODestinations.xml file?

Can I change it through COnfigtool? or physically in the file?

Also I did not understand why JCoDestinations host details are required since this is NWDW and it is Standalone NWDW JAVA Engine which is not connected to any other system.So JCODestinatios should not be used right?

Kindly correct me.

Below is the Jcodestinations.xml & systems.xml file content. I could not find the <wpl:ASHOST>mysapserver</wpl:ASHOST> in JCODestinations.xml & neither the <pcd:Attribute name="ApplicationServer" value="mysapserver"/> in Systems.xml.

*JCODESTINATIONS.xml*

.?xml version="1.0" encoding="UTF-8" ?.

- .!-- == ====================================================================================== ==

== This file contains all details about RFC destionations for JayCO connections to SAP ==

== systems. ==

== ==

== Please be careful when editing this file! An invalid version of this XML file may ==

== cause the Portal to fail. ==

== ==

!! IMPORTANT NOTE: !!

!! Do not use Microsoft Notepad to edit this file! !!

!! Microsoft Notepad will alter the file by prefixing it with !!

!! the UTF-8 encoding signature "" (hex: EF BB EF) !!

!! once you have save it. Afterwards, the Portal is no longer able !!

!! to parse the XML file. !!

== ==

== ====================================================================================== ==

--.

- .wpl:Destinations xmlns:wpl="www.sapportals.com/portal/landscape" xmlns:xsi="http://www.w3.org/2000/10/XMLSchema-instance" xsi:schemaLocation="wpl_jco_destionations_v10.xsd".

- .wpl:Destination name="destination_1".

.wpl:SYSTEM.system_1./wpl:SYSTEM.

.wpl:LOGONMETHOD.SAPLOGONTICKET./wpl:LOGONMETHOD.

.wpl:TYPE.3./wpl:TYPE.

.wpl:MSHOST.myhost.mydomain.com./wpl:MSHOST.

.wpl:GROUP.PUBLIC./wpl:GROUP.

.wpl:LANG.EN./wpl:LANG.

.wpl:R3NAME.SYS./wpl:R3NAME.

.wpl:CLIENT.123./wpl:CLIENT.

./wpl:Destination.

./wpl:Destinations.

============================

SYSTEMS.cml

.?xml version="1.0" encoding="UTF-8" ?.

- .!-- edited with XML Spy v4.3 U (http://www.xmlspy.com) by Dani (Mehish)

--.

- .WelcomePage xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="C:\Documents and Settings\i016360\Desktop\WelcomePage.xsd".

.Title.INSTANCE_SYSTEMS./Title.

.Description.WELCOME_TEXT_SYSTEMS./Description.

.BackgroundImage.images/welcome_images/system_landscape_back.jpg./BackgroundImage.

- .CollapsedComponent id="icons".

.Title.ICON_LEGEND./Title.

- .Content.

- .Item.

.Title.WLC_TYP_FOLDER./Title.

.Icon.images/welcome_images/folder.gif./Icon.

./Item.

- .Item.

.Title.WLC_TYP_SYSTEM./Title.

.Icon.images/welcome_images/system_landscape.gif./Icon.

./Item.

- .Item.

.Title.WLC_TYP_MASTER_SYSTEM./Title.

.Icon.images/welcome_images/system_template.gif./Icon.

./Item.

- .Item.

.Title.WLC_TYP_DANGLING_POINT./Title.

.Icon.images/welcome_images/danglingLink.gif./Icon.

./Item.

./Content.

./CollapsedComponent.

- .CollapsedComponent id="interfaceStructure".

.Title.INTERFACE_STRUCTURE./Title.

- .Content.

- .Item.

.Description.STRUCTURE_CATALOG_SYSTEMS./Description.

./Item.

- .Item.

.Description.STRUCTURE_CATALOG_SYS_BROWSE./Description.

./Item.

- .Item.

.Description.STRUCTURE_CATALOG_SYS_SEARCH./Description.

./Item.

- .Item.

.Description.STRUCTURE_QUICK_INFO./Description.

./Item.

- .Item.

.Description.STRUCTURE_EDIT_AREA_SYS./Description.

./Item.

./Content.

./CollapsedComponent.

- .CollapsedComponent id="concepts".

.Title.CONCEPTS_TITLE./Title.

- .Content.

- .Item.

.Description.CONCEPT_SYSTEMS./Description.

./Item.

- .Item.

.Description.CONCEPT_ALIASES./Description.

./Item.

- .Item.

.Description.CONCEPT_DELTA_LINK./Description.

./Item.

- .Item.

.Description.CONCEPT_DELTA_LINK2./Description.

./Item.

- .Item.

.Description.CONCEPT_DELTA_LINK3./Description.

./Item.

- .Item.

.Description.CONCEPT_DELTA_LINK4./Description.

./Item.

./Content.

./CollapsedComponent.

- .CollapsedComponent id="tips".

.Title.TIPS_TITLE./Title.

- .Content.

- .Item.

.Description.TIPS_COLLAPSE./Description.

./Item.

- .Item.

.Description.TIPS_MENUS./Description.

./Item.

./Content.

./CollapsedComponent.

- .ExecutableComponent id="additionalLinks".

- .Content.

- .Item.

.Description.WLC_SYS_LNDS./Description.

- .Callback.

- .![CDATA[ var displayName = window.parent.parent.parent.frames[2].frames[0].NLS_SYS_LAND_OVR;

EPCM.raiseEvent('urn:com.sapportals.appdesigner:framework', 'openEditorWithUrl', 'pcd:portal_content/com.sap.pct/admin.templates/iviews/editors/com.sap.portal.systemLandscapeOverview;;false;false;;' + displayName + ';false');

]].

./Callback.

./Item.

./Content.

./ExecutableComponent.

./WelcomePage.regards,

AVK

Edited by: Abhi K on Nov 25, 2009 1:50 PM

Edited by: Abhi K on Nov 25, 2009 1:57 PM

Former Member
0 Kudos

Hi,

I'm not really sure in case of JCo destinations.

but the error

com.sap.engine.frame.ServiceException: Start of UME service failed

Technical details: 'ashost' is missing* at com.sap.security.core.server.ume.service.UMEServiceFrame.start

portend that the settings in com.sap.security.core.ume.service are incorrect.

UME properties

Please start offline configtool, goto cluster_data - server - cfg - services and check the property sheet

com.sap.security.core.ume.service

please also update ume.r3.connection.master.ashost with hostname of your portal server.

then restart your JAVA instance.

Maybe this helps...

Gerd

Edited by: Gerd Schuster on Nov 25, 2009 2:35 PM