cancel
Showing results for 
Search instead for 
Did you mean: 

First J2EE Application using IDE in sdn provided example

Former Member
0 Kudos

Hi guys!

REQ! can any one suggest!

First J2EE Application using SAP Netweaver Developer Studio provided by SDN is deployed succesfully to J2EE Engine but when I run the application JSP file in URL I am getting the Error as follows:

500 Internal Server Error SAP J2EE Engine/6.40

Application error occurred during the request processiong.

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

Error compiling [/CalculatorFdx300/CalculatorFdx300.jsp] in application [CalculatorFdx300]. The ID of this error is

Exception id: [001125B854E9005F0000039E000013CC000414755D534457].

with regards

ganesh

Accepted Solutions (1)

Accepted Solutions (1)

former_member192029
Active Contributor
0 Kudos

Hi Ganesh,

It seems. It can be any one of the following

1) Check the JDK Path

2) Check the JNDI name

3) Check the package structure

4) Check the client file name and other files naming convention

Hope it will resolve your problem

cheers

Jawahar Govindaraj

Former Member
0 Kudos

Hi jawahar!

Thanks for the solution you provided as the Client file name and other files naming convention are mismathced and the problem was solved.

with regards

ganesh

Answers (1)

Answers (1)

Former Member
0 Kudos

Ganesh,

its probably the JSP is not getting compiled. What does the log say? Can you figure out anything from the log.

cheers

Kiran