cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP to JDBC

Former Member
0 Kudos

Hi all,

In my scenario i am getting an error when iam sending a request message in RTWB..

Error is:

com.sap.engine.services.servlets_jsp.server.exceptions.WebServletException: Error in dispatching request to servlet [/sub/componentmonitoringpageprocessor].

Any suggestions,

krishna.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

hI

This might occur when there is either a unhandled error in the jsp code (say a NullPointerException or a IOException)

Try doing a try-catch-finally thing around your jsp code where a error is likely to occur.

Also, make sure the jsp file is in the right location. templates/jsp/portlets/html

regards

krishna

Former Member
0 Kudos

Hi,

Now iam getting an error as

Error when sending message: 401 Unauthorized

Any suggestions

thanx,

krishna.

Former Member
0 Kudos

Hi

The user you are trying to conect from Http client should have the role as XISUPER user

regards

krishna

Former Member
0 Kudos

Hi,

It happens if ur RWB session has expired.

Just login into RWB once again and ur problem will be solved.

Former Member
0 Kudos

Hi Krishna,

check the http adapter details given in communication channel.