cancel
Showing results for 
Search instead for 
Did you mean: 

java debug session timeout

Former Member
0 Kudos

Is it possible to set a parameter on the server that closes a debug session automatically if the session isnu2019t used for 15 minutes?

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

I want to close incorrect closed debugger session automatically.

Former Member
0 Kudos
  • Start and logon to J2EE Visual Administrator

  • Access Server0 -> Services -> Log Configuration

  • Click on Locations tab on middle right

  • Click on To Advanced Mode tab in upper right

  • Click on New tab, lower right

  • Enter new controller name tracing.isa.runtime in popup and click OK

  • Don not need to enter anything else. Leave Severity as:

o ERROR will switch off the tracing

o DEBUG.will activate the tracing

  • Click on Apply (save) icon

  • Select Apply to current node or Apply to all server nodes, whichever is appropriate for your installation.

Troubleshooting

If the log files are not getting written please check if the J2EE Log Manager is correctly maintained. The parameter that must be checked is the SingleTraceFile_UnrestrictedLocations. It must contain the required location "tracing.isa.runtime". If you need to maintain more then one Location please separate them with ";".

Cheers,

Praveen.

Former Member
0 Kudos

Hi,

For Java Engine the parameter is

icm/conn_timeout

For ABAP engine the parameter is

rdisp/gui_auto_logout

This you can do using tcode RZ10.

Rakesh

Former Member
0 Kudos

but we want to put this debug timeout on a portal whithout abap. I don't think we can use icm/conn_timeout ?!

Former Member
0 Kudos

Hi,

Have a look at the below note, probebly it may helpful

Note 1029914 - Security Note: Protection of debugging ports in the SAP JVM

Cheers,

Praveen.