cancel
Showing results for 
Search instead for 
Did you mean: 

Web AS not starting properly

Former Member
0 Kudos

Hi,

We have installed WebAS640 (ABAP+J2EE). Both the instances were starting and working properly. We had couple of POCs executed on this installation. However, after a restart of the server, the J2EE instance is not coming up properly. In the SAP management console both the instances are shown as green. However the http://serverip:50000 gives Service not available error. In the J2EE instaance process list, in the message server deverloper trace we got the following error:


---------------------------------------------------
trc file: "dev_ms", trc level: 1, release: "640"
---------------------------------------------------

[Thr 7528] Thu May 26 20:03:46 2005
[Thr 7528] systemid   560 (PC with Windows NT)
[Thr 7528] relno      6400
[Thr 7528] patchlevel 0
[Thr 7528] patchno    34
[Thr 7528] intno      20020600
[Thr 7528] pid        4440
[Thr 7528] ***LOG Q01=> MsSInit, MSStart (Msg Server 1 4440) [msxxserv.c   1655]
[Thr 7528] MsHttpInit: full qualified hostname = coeserv4
[Thr 7528] HTTP logging is switch off
[Thr 7528] set HTTP state to LISTEN
[Thr 7528] *** I listen to port 3601 (3601) ***
[Thr 7528] *** HTTP port 8101 state LISTEN ***
[Thr 7528] CUSTOMER KEY: >K1315349279<

[Thr 7528] Thu May 26 20:04:19 2005
[Thr 7528] ***LOG Q0I=> NiPRead: recv (10054: WSAECONNRESET: Connection reset by peer) [ninti.c 777]
[Thr 7528] *** ERROR => MsSRead: NiBufReceive (rc=NIECONN_BROKEN) [msxxserv.c   9101]
[Thr 7528] *** ERROR => MsSClientHandle: MsSRead C3 (JM_T1117118058640_coeserv4), MSEINTERN [msxxserv.c   3765]

[Thr 7528] Thu May 26 20:04:49 2005
[Thr 7528] ***LOG Q0I=> NiPRead: recv (10054: WSAECONNRESET: Connection reset by peer) [ninti.c 777]
[Thr 7528] *** ERROR => MsSRead: NiBufReceive (rc=NIECONN_BROKEN) [msxxserv.c   9101]
[Thr 7528] *** ERROR => MsSClientHandle: MsSRead C2 (J2EE8699950), MSEINTERN [msxxserv.c   3765]
[Thr 7528] MsJ2EE_AddDisconnectedNode: add node [8699950] into disconnect list

[Thr 7528] Thu May 26 20:04:59 2005
[Thr 7528] MsJ2EE_CleanDisconnectedNodes: clean disconnect list

[Thr 7528] Thu May 26 20:05:23 2005
[Thr 7528] ***LOG Q0I=> NiPRead: recv (10054: WSAECONNRESET: Connection reset by peer) [ninti.c 777]
[Thr 7528] *** ERROR => MsSRead: NiBufReceive (rc=NIECONN_BROKEN) [msxxserv.c   9101]
[Thr 7528] *** ERROR => MsSClientHandle: MsSRead C2 (J2EE8699950), MSEINTERN [msxxserv.c   3765]
[Thr 7528] MsJ2EE_AddDisconnectedNode: add node [8699950] into disconnect list

[Thr 7528] Thu May 26 20:05:29 2005
[Thr 7528] MsJ2EE_CleanDisconnectedNodes: clean disconnect list

[Thr 7528] Thu May 26 20:05:54 2005
[Thr 7528] ***LOG Q0I=> NiPRead: recv (10054: WSAECONNRESET: Connection reset by peer) [ninti.c 777]
[Thr 7528] *** ERROR => MsSRead: NiBufReceive (rc=NIECONN_BROKEN) [msxxserv.c   9101]
[Thr 7528] *** ERROR => MsSClientHandle: MsSRead C2 (J2EE8699950), MSEINTERN [msxxserv.c   3765]
[Thr 7528] MsJ2EE_AddDisconnectedNode: add node [8699950] into disconnect list

[Thr 7528] Thu May 26 20:06:04 2005
[Thr 7528] MsJ2EE_CleanDisconnectedNodes: clean disconnect list

[Thr 7528] Thu May 26 20:06:27 2005
[Thr 7528] ***LOG Q0I=> NiPRead: recv (10054: WSAECONNRESET: Connection reset by peer) [ninti.c 777]
[Thr 7528] *** ERROR => MsSRead: NiBufReceive (rc=NIECONN_BROKEN) [msxxserv.c   9101]
[Thr 7528] *** ERROR => MsSClientHandle: MsSRead C2 (J2EE8699950), MSEINTERN [msxxserv.c   3765]
[Thr 7528] MsJ2EE_AddDisconnectedNode: add node [8699950] into disconnect list

How to resolve this problem ? Any pointers would be of great help.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Please post trace files for analysis, like dev_server*, std_server.out etc ... Those files should contain error messages, stack traces or exception that will help us understand your issue !

Chris

Former Member
0 Kudos

Hi

Try changing the Max Perm Size and Perm Size in the config tool.

Open the configtool and then in the

ClusterData->Insatance->Server_ID

Set XX:MaxPermSize=192m

XX:PermSize=192m

Restart the Server after this.

Hope your problem will be solved

Regards

Sunita

Former Member
0 Kudos

Hi ,

Did you got any solution for your problem if yes then tell me.

I am also facing the same problem , i am using SAP XI on Web AS (J2EE+ABAP) earlier it was working fine and we have executed some POC's but now getting the same problem and J2EE instance is not coming up.

Regards

Gopesh

Former Member
0 Kudos

Hi,

Have you fixed your problem? Could you tell me also? I have Web AS 6.40 (j2EE+abap) SP10. All were working fine until someone mistakenly removed JDK directory from OS. I reinstalled JDK but J2EE not actively anymore.

Regards,

Yujun

Former Member
0 Kudos

how did u fix this issue ?

Former Member
0 Kudos

Yujun : did you reinstall same JDK release at the same place ? If so, it should not be an issue, otherwise you'll have to adjust some profile settings in order to set them to the new JAVA_HOME path !

Edited by: Christophe PFERTZEL on May 2, 2008 2:34 PM