Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

JAVA High Front end Response Time

Former Member
0 Likes
2,814
  • SAP Managed Tags

Hello,

We are receiving High Front end response Time for a JAVA system.

Metric for which we are receiving alerts is : "Servlet Response Time per node:J2EE node name=server1|Servlet Name=com.sap.aii.adapter.soap.web.MessageServlet".

Value if going to around 38secs or even 60secs response time very frequently.

Any ways to check like what exactly is causing the issue ?

system details:

JAVA system.

JAVA stack details:

Netweaver : 7.50, SP 12

OS: Linux (amd64) 3.12.74-60.64.107.1.17187.0.PTF.1126890-default

Java Kernel Version: 7.50.3301.445392.20190805083718

VM Java Version: 1.8.0_221

VM Runtime Version: 8.1.059 10.0.2+000

Database: Adaptive Server Enterprise (16.0.02.06) Driver Vendor: Open SQL Driver Version: 7.10

1 REPLY 1
Read only

AntalP
Product and Topic Expert
Product and Topic Expert
0 Likes
1,681
  • SAP Managed Tags

Hi Amlan,

With the SAP JVM profiler tool you can trace the request:

1783031 - Analyzing AS Java performance with SAP JVM Profiler

I guess this servlet com.sap.aii.adapter.soap.web.MessageServlet is processing SOAP requests in a PO system.

Start the profiler, send a SOAP request, stop the profiler and check the result.

Best regards,

Antal