cancel
Showing results for 
Search instead for 
Did you mean: 

problem with the debug mode

Former Member
0 Kudos

Hi,

When i run the server in debug mode from NDS after that if i try to connect to webconsole

using http://localhost:50000 its not working i also try with the http://localhost:50026 here 50026 is the debug port. I got the following error:

503 Service not available

-


Error: -6

Version: 7010

Component: ICM Java

Date/Time: Mon Jan 28 15:17:05 2008

Module: http_j2ee2.c

Line: 1232

Server: PC1552_CE1_00

Error Tag: {-}

Detail: ICM running but no server with HTTP connected

Can any one tell what is the problem with the debug mode??

Here I m using SAP netweaver CE 7.1 version with sp 03.

Thanks in advance,

Urvish

Accepted Solutions (1)

Accepted Solutions (1)

Benny
Product and Topic Expert
Product and Topic Expert
0 Kudos

Whatever happens here: You cannot access the debugport with a browser, as it only provides debug info there.

From the message I'd say the server is not running at all.

Please check in console.

Regards,

Benny

Former Member
0 Kudos

Hi Benny,

thanks for your quick reply.

But the Server is in running mode because when i check process table of Sap Managment console its shows me server is in running state, with debug port switch on.

Benny
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

the message says there is no http service running. Check the Access points in the server (Management console). If it shows HTTP ports, choose one of them, left click and try option "Browser".

Regards,

Benny

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

I understand that you enable debugging of a server process from NWDS. This cause that server process to restart (You have to wait the server to restart all applications). I have also had problems trying to debug applications in this way. Sometimes works and sometimes not.

What I do when I want to enable debugging is to stop the server node from Visual Admin, after that I use Config Tool to enable debugging (Also check the debug port. Default is 5xx21 where xx is instance number). Finally start server process again in Visual Admin.

Hope this help,

Jorge