cancel
Showing results for 
Search instead for 
Did you mean: 

After system import, export Jcontrol not start

Former Member
0 Kudos

Hello All,

After system inport of sap portal 70 ehp2 the Jcontraol not started.

We have Os windows 2008, DB Mysql.

I had added log files, jcontrol and dev_server0.

Thanks for any help

node name   : bootstrap
pid         : 5268
system name : DP1
system nr.  : 01
started at  : Tue Jul 29 18:17:36 2014

(CompilerOracle read from file E:\usr\sap\DP1\JC01\exe\sapjvm_4\jre

\.hotspot_compiler)

[Thr 6264] Tue Jul 29 18:17:39 2014
[Thr 6264] *** ERROR =>

JsfGetShmVmci: check failed: sRefs.statAccess > SFI_SMA_NOTINIT [jsfxxsproc.c

439]

[Thr 6264] Tue Jul 29 18:17:40 2014
[Thr 6264] *** ERROR => JsfGetShmVmci:

check failed: sRefs.statAccess > SFI_SMA_NOTINIT [jsfxxsproc.c 439]

[Thr 6264]

Tue Jul 29 18:17:41 2014
[Thr 6264] *** ERROR => JsfGetShmVmci: check failed:

sRefs.statAccess > SFI_SMA_NOTINIT [jsfxxsproc.c 439]
[Thr 6264] *** ERROR =>

JsfGetShmVmci: check failed: sRefs.statAccess > SFI_SMA_NOTINIT [jsfxxsproc.c

439]
[Thr 6264] *** ERROR => JsfGetShmVmci: check failed: sRefs.statAccess >

SFI_SMA_NOTINIT [jsfxxsproc.c 439]
[Thr 6264] *** ERROR => JsfGetShmVmci:

check failed: sRefs.statAccess > SFI_SMA_NOTINIT [jsfxxsproc.c 439]
[Thr 6264]

*** ERROR => JsfGetShmVmci: check failed: sRefs.statAccess > SFI_SMA_NOTINIT

[jsfxxsproc.c 439]

[Thr 6264] Tue Jul 29 18:17:42 2014
[Thr 6264] *** ERROR =>

JsfGetShmVmci: check failed: sRefs.statAccess > SFI_SMA_NOTINIT [jsfxxsproc.c

439]

[Thr 6264] Tue Jul 29 18:17:48 2014
[Thr 6264] *** ERROR => JsfGetShmVmci:

check failed: sRefs.statAccess > SFI_SMA_NOTINIT [jsfxxsproc.c 439]

[Thr 6264]

Tue Jul 29 18:17:50 2014
[Thr 6264] *** ERROR => JsfGetShmVmci: check failed:

sRefs.statAccess > SFI_SMA_NOTINIT [jsfxxsproc.c 439]

Accepted Solutions (1)

Accepted Solutions (1)

Reagan
Product and Topic Expert
Product and Topic Expert
0 Kudos

Connection to ABAP is not working.


com.sap.engine.frame.ServiceException: Start of UME service failed. Check help topic "Start of UME Service Failed". Technical details: Connect to message server host failed

Connection parameters: TYPE=B DEST=<Java Rfc client> MSHOST=dkrdssap451.vestas.net GROUP=PUBLIC R3NAME=DE1 PCS=1

ERROR       service '?' unknown

TIME        Tue Jul 29 18:21:46 2014

RELEASE     720


[Thr 7216] ***LOG Q0I=> NiPGetServByName: 'sapmsDE1' not found: getaddrinfo (10109: WSATYPE_NOT_FOUND: The specified class was not found.) [ninti.c 939]

[Thr 7216] *** ERROR => LgIGroupX: NiServToNo(sapmsDE1) failed, (rc=NIESERV_UNKNOWN) [lgxx.c       4446]

The connection to the ABAP system is not working.

Check whether an entry for sapmsDE1 is maintained in the services file.

RB

Former Member
0 Kudos

Hello Reagan.

Thanks for reply, This is a java installation, How can  connection DE1 (ABAP) system stop jcontrol?

Thanks

Reagan
Product and Topic Expert
Product and Topic Expert
0 Kudos

Reza,

Is the Java stack configured to use the ABAP as the UME ?

Based on the logs it says "Start of UME service failed".

Is there an ABAP system called DE1 ?

Regards

RB

divyanshu_srivastava3
Active Contributor
0 Kudos

Hi Reza,

This is easy.


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: Connect to message server host failed

Connection parameters: TYPE=B DEST=<Java Rfc client> MSHOST=dkrdssap451.vestas.net GROUP=PUBLIC R3NAME=DE1 PCS=1

ERROR       service '?' unknown

TIME        Tue Jul 29 18:19:55 2014

RELEASE     720

COMPONENT   NI (network interface)

VERSION     40

RC          -3

DETAIL      NiErrSet

COUNTER     2

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

Because your UME service didn't started, your JAVA stack failed.

Now,

Login to the Configtool-> switch to the configuration editor mode (click on edit mode) ->configuration -

>cluster_data->server-> cfg> services-> Propertysheet com.sap.security.core.ume.service.

For ABAP as data source:

Set:


ume.persistence.data_source_configuration: dataSourceConfiguration_abap.xml

ume.login.guest_user.uniqueids: J2EE_GUEST

ume.r3.connection.master.client: < Backend client to which the J2EE has to be connected >

ume.r3.connection.master.msghost: <Message server of the R/3 server).

ume.r3.connection.master.r3name: <SID>of the R/3 server.

ume.r3.connection.master.user: SAPJSF (make sure that the SAP_BC_JSF_COMMUNICATION should

be assigned in the backend R/3 and in the right client).

ume.r3.connection.master.passwd: <password of the SAPJSF user

Once all set, save from configtool.

Goto ABAP, unlock SAPJSF and restart ABAP+JAVA.

Divyanshu

Former Member
0 Kudos

Hi,

Yes it is ABAP system DE1 and java used DE1 as the UME,

This system export of sap portal is on another server new server name, how can I create this connection Again when sap portal is not startet?

Thanks

divyanshu_srivastava3
Active Contributor
0 Kudos

I just told you..

Reagan
Product and Topic Expert
Product and Topic Expert
0 Kudos

What is the system number of the DE1 system ?

sapmsDE1        36NN/tcp

Maintain the above entry in the services file and restart SAP J2EE.

You need to replace NN with the system number of DE1

Regards

RB

divyanshu_srivastava3
Active Contributor
0 Kudos

If you will go to default trace and application logs, you will find the exact cause why UME service failed.

Divyanshu

Former Member
0 Kudos

Hello Divyanshu,

Thanks for reply, I had check this Propertysheet com.sap.security.core.ume.service and alle was correcet,

This is a system copy import and export so this  should be the same as source system.

Thanks again

divyanshu_srivastava3
Active Contributor
0 Kudos

Can you show default trace and application logs ?

Former Member
0 Kudos

Hello Reagan,

That is working now after I did add : sapmsDE1        3611/TCP on services.

Thanks again

Reza

Former Member
0 Kudos

Thanks Again for reply,

It is working now, I did added sapmsDE1        36NN/TCP on services file.

Thanks a lot for help

Reza

divyanshu_srivastava3
Active Contributor
0 Kudos

Awesome

Answers (0)