cancel
Showing results for 
Search instead for 
Did you mean: 

JSP Application Error in NWDS

Former Member
0 Kudos

Hi All

i have created a JSP application in NWDS. i have deployed the ear file on the server, the file is deployed succesfully.

but when i am running the JSP application i am getting the following error.

Application error occurred during the request procession.

Details: com.sap.engine.services.servlets_jsp.server.exceptions.WebIOException:

Error compiling [/Invoke_JSP.jsp] of alias [WW_TEST] of J2EE application [sap.com/WW_TEST].

Exception id: [001279D06B4E007A000009B800069D8C000452ABB18F6224]

can any one please tell me what can be the reason for the same.

Thanks

Rinku Gangwani

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Rinku,

Kindly check if you are using correct page imports..

<%@ page imports......%>

Check if these import are reachable from your web module project.

Try commenting these imports using the following tags..

<!-- -->

Also, raise this query in webdynpro forum, you will get more helpful answers.

Thanks

Shailesh

Former Member
0 Kudos

did u gave reference for XI Server in IDE(Eclipse or NWDS), while running ur application

Former Member
0 Kudos

Hi Ragu

thanks for your quick reply.i have given all the things coorrect.

Thanks

Rinku