cancel
Showing results for 
Search instead for 
Did you mean: 

How to debug portal in Cluster ?

Former Member
0 Kudos

When there are more then one node in cluster debugging can be run but not any breakpoint is working.

On my portal is made following steps for debuggin:

Only one node is reserved for debug by menu command in netWeaver studio

and only one node is debuggable by configuration.

so question is, how to debug portal in Cluster case ?

thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

blanca_serrano
Advisor
Advisor
0 Kudos

Hello Ivan,

Have you selected option "Reserve process for debugging" ? Please, have a look at the following documentation where this is explained:

http://help.sap.com/saphelp_nw2004s/helpdata/en/78/dde7e4e4e08c4aa77aecd8d42d71d0/frameset.htm

I hope this helps you.

Regards,

Blanca

Former Member
0 Kudos

Best what I know described here

http://help.sap.com/saphelp_nw70/helpdata/en/ae/40e1407e858031e10000000a1550b0/frameset.htm

especially debug URL

http://<hostname>:<port>/@@@DEBUG@@@[<debug-id>]/<appl-abs-path>;

described here

http://help.sap.com/saphelp_nw70/helpdata/en/46/1bf23ea4b42e5ae10000000a114084/content.htm

it works but for one time,

than need to restart debugged node, or studio will hang for ever.

now question is: Why debug can not be repeated until node is restarted

and how to avoid that?