cancel
Showing results for 
Search instead for 
Did you mean: 

Message: Dispatcher running but no server connected!

0 Kudos

Hi ,

I have recently updated the stack of my Solution Manager 7.1 . But post-installation , i am facing an issue regarding J2ee Engine startup.

it displays the below message when i try http://<localhost>:<port>/ .

I have checked all the instances in SAP MMC . all are running perfectly.

when i call LMDB and SM_WORKCENTER, url runs perfecltty.. Its only when i try

http://<localhost>:<port>/ .

http://<localhost>:<port>/ sld.

http://<localhost>:<port>/ nwa., it shows below message....

I have searched all the blogs and followed the below notes, but could lead to solution.

Please help asap, as we have to upgrade our other server, for which we need stack file from SOLMAN.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Mohit,

Looking at default trace.Was your kernel updated in recent past.???

Sid

0 Kudos

yes Sid... it is updated to its latest patch level : 720_EXT_REL 500

Reagan
Advisor
Advisor
0 Kudos

Hello

Is the ABAP up and running ?

I can see that the Java stack has been started.


[Thr 9352] Thu Dec 19 02:25:20 2013

[Thr 9352] JLaunchISetState: change state from [Starting applications (10)] to [Running (3)]

Are you using the right port to access the URL ?

If yes then check whether the J2EE stack is in safe mode after the upgrade.

If yes then follow these.

1267123 - System remains in SAFE mode after update

https://help.sap.com/saphelp_nw04/helpdata/en/43/1c3e6811a52d23e10000000a1553f7/content.htm


Regards

RB

0 Kudos

Hi Reagan,

ABAP is running... even when i call LMDB and SM_WORKCENTER.. java url also work..

only when i go to homepage, sld or NWA - http://localhost:8000, it doesnt work .

it shows message (as screenshot attached in the first message).

Moreover-- system is already in SAFE mode in configtool.

Solution manager is 7.1

I had tried everything given at blogs and forums like increasing MaxPermSize, shrunk the database, etc... nothing worked.

Please help me.

Regards,

Former Member
0 Kudos

System should not be in safe mode.

To Disable the safe mode follow and restart...

Safe Mode in the J2EE Engine (SAP Library - Administration Manual)

Reagan
Advisor
Advisor
0 Kudos

Hello

What happens when you access this URL ?

http://FQDN:50000/nwa

Regards

RB

0 Kudos

sorry for the previous info.... system is NOT in safe mode...

Regadrs

0 Kudos

Hi Reagan,

It shows same message for http://FQDN:50000/nwa and http://FQDN:8000/nwa :

  SAP NetWeaver AS Java is starting...

If this state does not change within a few minutes,
please contact your system administrator.
Check the recommendations in SAP Notes: 943498, 764417

Message: Dispatcher running but no server connected!

  Details:
  No details available
Former Member
0 Kudos

Can you restart system and after that provide more recent log files?

former_member193518
Active Participant
0 Kudos

I've just looked at nearly the first line in the defaulttrace you supplied.

Looks to me like you have a UME connection problem.

Can you check in ABAP stack that the user account you use for UME is not locked, password valid and has correct role assigned (and role profile is generated).

Thanks.

Answers (3)

Answers (3)

0 Kudos

HI Mohit,

Please post your server0 Latest trace file

Regards,
Sebastian A

0 Kudos

Hi Sebastian,

PLease find atached dev_server0 and defaultTrace files.

Regrads

Former Member
0 Kudos

Hi Mohit,

At the trace you can find


Error getting the server-side naming service functionality during getInitialContext operation

and


[sld] Cannot get a naming context.

Use visual administrator and check if SLD hostname port and user is valid.

choose server_0 - service SLD data supplier and HTTP settings and infromation tab,

BR,

K.

0 Kudos

Hello Kamil,

thanks for the relpy.. could you please tell where should i check sld hostname and user in visual administrator.. as in SOlution manager 7.1 , visual administrator is replcaed by Nwtvear Administrator..

which is again not working.. http:<localhost>:<port>/nwa

Please help us more.

Regards

Former Member
0 Kudos

Hello Mohit,

AFAIK NWA replace visual administrator from NW 7.1 (not SolMan 7.1)

Replacement of Visual Administrator by SAP NetWeaver Administrat - SAP NetWeaver Operations - SAP Li...

So start visual administrator from \usr\sap\<SID>DV*\j2ee\admin\go.bat or go.sh and check connection from AS Java to SLD.

BR,

K.

former_member183107
Contributor
0 Kudos

Hi,

Please paste the screenshot of JCMON as below:-

go to cmd and write jcmon pf=/usr/sap/<SID>/SYS/profile/<SID>_J00_<HostName>.

Also paste the below logs of:-

Bootstrap logs are located in \usr\sap\<SID>\<instance>\work

In these logs you find log-information on the beginning of the startup process of the J2EE engine.

Most important ones are:

dev_bootstrap

dev_dispatcher

dev_server

Dispatcher logs are located in \usr\sap\<SID>\<instance>\ j2ee\cluster\dispatcher\log

Specially check the latest defaulTrace.<x>.trc

Server logs are located in \usr\sap\<SID>\<instance>\ j2ee\cluster\server0\log

Specially check the latest defaulTrace.<x>.trc

Regards,

Himanshu

RolandKramer
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

I just faced the same Problem, and it might that you are runnung out of memory.

Check ST22 for shortdumps like:

Category               Installation Errors
Runtime Errors         PXA_NO_SHARED_MEMORY
Date and Time          19.12.2013 08:33:47

Short text
     1000000 kilo bytes of shared memory for PXA not available.

I added an undocumented parameter to the Instance Profile which keeps this shortdumps somehow "under control"

abap/buffer_fragments = 1

It can happen, that when you have to apply Notes like

1922837 Corrections for unified rendering 702/15 VI (ABAP renderer)

1922838 Corrections for unified rendering 702/15 VI (UR-mimes)

that you have to increase some ABAP parameter dramatically

abap/heaplimit = 200000000

abap/heap_area_dia = 1000000000

Don't forget the Parameter abap/shared_objects_size_MB = 256

for your shared memory areas. YOu can check them with Transaction SHMM

I also have to restart my Solution Manager 7.1 based on SP10 several times in teh last weeks.

Good Luck

Best Regards Roland

http://scn.sap.com/docs/DOC-44121#comment-436043

0 Kudos

Hello Roland,

I have checked the ST22 logs.. and found COMPUTE_INT_TIMES_OVERFLOW dump frequenlty occurring,

I am searching to for this dump... also will try to implement your suggestion of adding parametrs.

Will let you know  the result.

Regards,


Former Member
0 Kudos

Hi,

Upload dev_disp log file.

BR,

K

0 Kudos

DEV_DISP file

---------------------------------------------------

trc file: "dev_disp", trc level: 1, release: "720"

---------------------------------------------------

sysno      00

sid        SOL

systemid   562 (PC with Windows NT)

relno      7200

patchlevel 0

patchno    500

intno      20020600

make       multithreaded, Unicode, 64 bit, optimized

profile    \\IGTGGN2SAP4\sapmnt\SOL\SYS\profile\SOL_DVEBMGS00_IGTGGN2SAP4

pid        16828

kernel runs with dp version 139000(ext=120000) (@(#) DPLIB-INT-VERSION-139000-UC)

length of sys_adm_ext is 588 bytes

*** SWITCH TRC-HIDE on ***

***LOG Q00=> DpSapEnvInit, DPStart (00 16828) [dpxxdisp.c   1319]

    shared lib "dw_xml.dll" version 500 successfully loaded

    shared lib "dw_xtc.dll" version 500 successfully loaded

    shared lib "dw_stl.dll" version 500 successfully loaded

    shared lib "dw_gui.dll" version 500 successfully loaded

    shared lib "dw_mdm.dll" version 500 successfully loaded

    shared lib "dw_rndrt.dll" version 500 successfully loaded

    shared lib "dw_abp.dll" version 500 successfully loaded

    shared lib "dw_sym.dll" version 500 successfully loaded

    shared lib "dw_aci.dll" version 500 successfully loaded

rdisp/softcancel_sequence :  -> 0,5,-1

use internal message server connection to port 3900

rdisp/dynamic_wp_check : 1

rdisp/calculateLoadAverage : 1

Tue Dec 17 18:01:39 2013

*** WARNING => DpNetCheck: NiAddrToHost(1.0.0.0) took 5 seconds

***LOG GZZ=> 1 possible network problems detected - check tracefile and adjust the DNS settings [dpxxtool2.c  6457]

MtxInit: 30000 0 0

DpSysAdmExtInit: ABAP is active

DpSysAdmExtInit: VMC (JAVA VM in WP) is not active

DpIPCInit2: write dp-profile-values into sys_adm_ext

DpIPCInit2: start server >IGTGGN2SAP4_SOL_00                      <

DpShMCreate: sizeof(wp_adm)        42864    (2256)

DpShMCreate: sizeof(tm_adm)        5517056    (27448)

DpShMCreate: sizeof(wp_ca_adm)        64000    (64)

DpShMCreate: sizeof(appc_ca_adm)    64000    (64)

DpCommTableSize: max/headSize/ftSize/tableSize=500/16/1384064/1384080

DpShMCreate: sizeof(comm_adm)        1384080    (2744)

DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=0/0/0/0/0

DpShMCreate: sizeof(slock_adm)        0    (296)

DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0

DpShMCreate: sizeof(file_adm)        0    (80)

DpShMCreate: sizeof(vmc_adm)        0    (2160)

DpShMCreate: sizeof(wall_adm)        (41664/42896/64/192)

DpShMCreate: sizeof(gw_adm)    48

DpShMCreate: sizeof(j2ee_adm)    3952

DpShMCreate: SHM_DP_ADM_KEY        (addr: 0000000007780050, size: 7174832)

DpShMCreate: allocated sys_adm at 0000000007780060

DpShMCreate: allocated wp_adm_list at 00000000077830B0

DpShMCreate: allocated wp_adm at 00000000077832A0

DpShMCreate: allocated tm_adm_list at 000000000778DA20

DpShMCreate: allocated tm_adm at 000000000778DA70

DpShMCreate: allocated wp_ca_adm at 0000000007CD0980

DpShMCreate: allocated appc_ca_adm at 0000000007CE0390

DpShMCreate: allocated comm_adm at 0000000007CEFDA0

DpShMCreate: system runs without slock table

DpShMCreate: system runs without file table

DpShMCreate: allocated vmc_adm_list at 0000000007E41C40

DpShMCreate: system runs without vmc_adm

DpShMCreate: allocated gw_adm at 0000000007E41CF0

DpShMCreate: allocated j2ee_adm at 0000000007E41D30

DpShMCreate: allocated ca_info at 0000000007E42CB0

DpShMCreate: allocated wall_adm at 0000000007E42D40

DpCommAttachTable: attached comm table (header=0000000007CEFDA0/ft=0000000007CEFDB0)

DpSysAdmIntInit: initialize sys_adm

rdisp/test_roll : roll strategy is DP_NORMAL_ROLL

dia token check not active (10 token)

MBUF state OFF

DpCommInitTable: init table for 500 entries

DpRqQInit: keep protect_queue / slots_per_queue 0 / 4001 in sys_adm

rdisp/queue_size_check_value :  -> on,50,30,40,500,50,500,80

EmInit: MmSetImplementation( 2 ).

MM global diagnostic options set: 0

<ES> client 0 initializing ....

<ES> EsILock: use spinlock for locking

<ES> InitFreeList

<ES> block size is 4096 kByte.

<ES> Info: em/initial_size_MB( 32733MB) not multiple of em/blocksize_KB( 4096KB)

<ES> Info: em/initial_size_MB rounded up to 32736MB

Using implementation view

<EsNT> Using memory model view.

<EsNT> Memory Reset disabled as NT default

<ES> 8183 blocks reserved for free list.

ES initialized.

mm.dump: set maximum dump mem to 192 MB

mm.dump: set global maximum dump mem to 192 MB

EsRegisterEmCheck: Register EmGetEsHandles at 0000000140A1A5A0

DpVmcSetActive: set vmc state DP_VMC_NOT_ACTIVE

MPI: dynamic quotas disabled.

MPI init: pipes=4000 buffers=1279 reserved=383 quota=10%

J2EE server info

  start = TRUE

  state = STARTED

  pid = 17472

  argv[0] = I:\usr\sap\SOL\DVEBMGS00\exe\jcontrol.EXE

  argv[1] = I:\usr\sap\SOL\DVEBMGS00\exe\jcontrol.EXE

  argv[2] = pf=\\IGTGGN2SAP4\sapmnt\SOL\SYS\profile\SOL_DVEBMGS00_IGTGGN2SAP4

  argv[3] = -DSAPSTART=1

  argv[4] = -DCONNECT_PORT=65000

  argv[5] = -DSAPSYSTEM=00

  argv[6] = -DSAPSYSTEMNAME=SOL

  argv[7] = -DSAPMYNAME=IGTGGN2SAP4_SOL_00

  argv[8] = -DSAPPROFILE=\\IGTGGN2SAP4\sapmnt\SOL\SYS\profile\SOL_DVEBMGS00_IGTGGN2SAP4

  argv[9] = -DFRFC_FALLBACK=ON

  argv[10] = -DFRFC_FALLBACK_HOST=localhost

  start_lazy = 0

  start_control = SAP J2EE startup framework

DpJ2eeStart: j2ee state = STARTED

rdisp/http_min_wait_dia_wp : 1 -> 1

***LOG CPS=> DpLoopInit, ICU ( 4.0.1 4.0.1 5.1) [dpxxdisp.c   1705]

***LOG Q0K=> DpMsAttach, mscon ( IGTGGN2SAP4) [dpxxdisp.c   12693]

MBUF state LOADING

DpStartStopMsg: send start message (myname is >IGTGGN2SAP4_SOL_00                      <)

DpStartStopMsg: start msg sent

CCMS: Initialized monitoring segment of size 60000000.

CCMS: Initialized CCMS Headers in the shared monitoring segment.

CCMS: Checking Downtime Configuration of Monitoring Segment.

CCMS: AlMsUpload called by wp 1024.

Tue Dec 17 18:01:40 2013

CCMS: AlMsUpload successful for I:\usr\sap\SOL\DVEBMGS00\log\ALMTTREE.DAT (2745 MTEs).

Tue Dec 17 18:01:42 2013

CCMS: start to initalize 3.X shared alert area (first segment).

DpJ2eeLogin: j2ee state = CONNECTED

DpMBufHwIdSet: set Hardware-ID

***LOG Q1C=> DpMBufHwIdSet [dpxxmbuf.c   1296]

MBUF state ACTIVE

DpWpBlksLow: max wp blocks in queue is 800 (80 %)

MBUF component UP

DpMsgProcess: 1 server in MBUF

DpAppcBlksLow: max appc blocks in queue is 500 (50 %)

Tue Dec 17 18:01:45 2013

DpModState: change server state from STARTING to ACTIVE

Tue Dec 17 18:09:12 2013

J2EE server info

  start = TRUE

  state = ACTIVE

  pid = 17472

  load balance = 1

  start_lazy = 0

  start_control = SAP J2EE startup framework

Tue Dec 17 18:37:44 2013

rdisp/start_icman : 1 -> 1