cancel
Showing results for 
Search instead for 
Did you mean: 

debugproxy disabled or in gray state

Former Member
0 Kudos

Hi Team

I have installed CE7.1 .

Now I am trying to configure the server with NWDS.

I have specified the Message Server Host and Port Properties in the Prefrences of NWDS.

Problem Is when I click on J2EE Engine tab in NWDS

i see "icm","server0" in green state where as "debugproxy" in gray state

because of this i am unable to run my application

can anyone suggest me how to enable "debugproxy "

thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Rev,

If you need to just run your application (without debug), it is fine if both 'icm' & 'server0' are running.

In case you wish to debug your application, then you will need to start the server in debug mode.

You can do so in NWDS itself, stop server & restart in debug mode (will require user with admin rights).

(Or you can run SAP Management Console & enable the debug mode).

The debug configuration runs your application on a different port.

In case, you get some error when you deploy your application, please provide error to look into it.

Kind Regards,

Nitin

Edited by: Nitin Jain on Jan 22, 2009 6:25 AM

Answers (2)

Answers (2)

Jozsó
Explorer
0 Kudos

Hi ,

the debugproxy is disabled by default, so you have to enable it first and then start it using the sapcontrol web interface.

These are the commands you have to use:

sapcontrol -nr <number> -function J2EEControlProcess debugproxy ActivateProcess

sapcontrol -nr <number> -function J2EEControlProcess debugproxy StartProcess

(number stands for the instancenumber)

Kind regards,

Jozsef

former_member192434
Active Contributor
0 Kudos

HI,

check your SDM is cofigure correctaly or not. by using following steps

Window->Preferences->SAP J2EE engine->

SAP J2EE engine is installed on the remote host.

Message Server Host:

Message Server Port:

if still not able to deploye your application then you need to upadate your j2ee engine with EHP1.

i hope this will solve your problem.

thanks