cancel
Showing results for 
Search instead for 
Did you mean: 

dispatcher running but not connected to the message server ?

Former Member
0 Kudos

Hi Guys,

when i start all the instances in sapmmc, i get the mesage dispatcher running but message server not connected and j2ee info not available.

dev_ms file shows as below

-


trc file: "dev_ms", trc level: 1, release: "700"

-


[Thr 2912] Sun Nov 18 23:10:22 2007

[Thr 2912] MsSSetTrcLog: trc logging active, max size = 20971520 bytes

systemid 560 (PC with Windows NT)

relno 7000

patchlevel 0

patchno 110

intno 20050900

make: multithreaded, Unicode, optimized

pid 3708

[Thr 2912] ***LOG Q01=> MsSInit, MSStart (Msg Server 1 3708) [msxxserv.c 1824]

[Thr 2912] load acl file = C:\usr\sap\PID\SYS\global\ms_acl_info.DAT

[Thr 2912] *** ERROR => MsInitAclInfo: C:\usr\sap\PID\SYS\global\ms_acl_info.DAT contains no valid entries, no attach of application server possible [msxxacl.c 411]

[Thr 2912] MsGetOwnIpAddr: my host addresses are :

[Thr 2912] 1 : [172.16.7.23] sappi (HOSTNAME)

[Thr 2912] 2 : [127.0.0.1] sappi.stateindustrial.products (LOCALHOST)

[Thr 2912] MsHttpInit: full qualified hostname = sappi

[Thr 2912] HTTP logging is switch off

[Thr 2912] set HTTP state to LISTEN

[Thr 2912] ms/icf_info_server : deleted

[Thr 2912] *** I listen to port sapmsPID (3600) ***

[Thr 2912] *** I listen to internal port 3900 (3900) ***

[Thr 2912] *** HTTP port 8100 state LISTEN ***

[Thr 2912] CUSTOMER KEY: >T0874770994<

when i do telnet localhost 3600 i dont get any reply in the command prompt and ping localhost works, i think message server is not up and running. How to start the message server and how to make the connection to the dispatcher.

any help would be appreciated

Thanks,

Raj

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Raj,

This error comes when your dispatcher is not able to connect to J2EE server. Its state must be in yellow state.? We faced this problem when we send a xml file of size 250 MB when our J2ee server went down and so Dispatcher was not able to connect to j2ee server.. thats why in XI Moni you will get CLIENT NOT RECEIVED something like that error.

We prevented this error by changing to source system to produce smaller file instead of very big file.

Is data coming to XI is very big?

Ranjeet Singh.

Former Member
0 Kudos

Due to 3 reasons

1. before starting the sapmmc, first start the oracle/sql server services from run(services.msc). Every service should be started.

2. after starting the instances from mmc, it takes a bit of time to synchronize the j2ee instances and to start the entire central instance.

3. If at all ABAP server started but the J2EE server says

dispatcher running but not connected to the message server,

then it may be the problem in the License of the J2EE server. Because ABAP licensing procedure is different from the J2EE.

if the license is out of date then the j2ee server couldn't able to find the Message server.

Reply back.

Former Member
0 Kudos

Hi

When i am trying to start j2ee engine, message server and dispatcher are not starting.I have checked in developer trace of message server i got the following error.....

<b>

[Thr 5076] Fri Nov 16 17:37:39 2007

[Thr 5076] *** ERROR => MsSRead: NiBufReceive (rc=NIECONN_BROKEN) [msxxserv.c 9163]

[Thr 5076] *** ERROR => MsSClientHandle: MsSRead C1 (sapep_QN7_00), MSEINTERN [msxxserv.c 3778]

[Thr 5076] MsSExit: received SIGINT (2)

[Thr 5076] ***LOG Q02=> MsSHalt, MSStop (Msg Server 5100) [msxxserv.c 5334]</b>

and i checkd in default trace i got the following error

<b>1.5#00111120E5260012000000020000147000043BBD4424E5AA#1191583984968#com.sap.engine.services.httpserver.dispatcher##com.sap.engine.services.httpserver.dispatcher#######OrderedChannel for p4 service##0#0#Error##Plain###Failure in session communication between current dispatcher and server with ID 9661150. Sending notification message for disconnected client failed.

com.sap.engine.frame.cluster.message.DestinationNotAvailableException: Participant 9,661,150 is not available.

at com.sap.engine.core.cluster.impl6.session.SessionConnectorImpl.send(SessionConnectorImpl.java:181)

at com.sap.engine.core.cluster.impl6.ClusterManagerImpl.ss_send(ClusterManagerImpl.java:2502)

at</b>

Thanks & Regards

Sowmya