cancel
Showing results for 
Search instead for 
Did you mean: 

javax.servlet.ServletException: 17076: Error in initializing of the JSP ins

Former Member
0 Kudos

Hi

I have deployed a EJB and am trying to access some JSP's. I am able to access most of them. However, for a few pages I am getting this exception : "javax.servlet.ServletException: 17076: Error in initializing of the JSP instance"

My environment is EP6.0 sp2, Hot fix 4, patch level 20 with MS SQL Server 2000. The same page has deployed well on Weblogic 8.1 sp2 and JBoss4. Any idea how to fix this ? I have found this external link " but this was not very helpful.

Thanks and Regards

Bhanu

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

In that link you have send, I posted that I had similar problems with JSP not working. Are you using any struts in your application. Because I was using Struts to develop and some Tag Libraries to test if Struts was working on SAP WAS6.2. but till now I have now luck in running struts on WAS 6.2.

My tested application runs fine on WeBsphere Studio 5.1. We also raised the patch level to 20 but no success. The last thing that I would recommend is to check your Classpath variables. Put the required Jar files into the Lib folder in your applications.

Apart from that no other fixes I have for that problem.

Former Member
0 Kudos

Hi,

We were able to fix this problem. In our case it was simply missing a .jar file that was not present and hence it gave this error.

I am not using Struts. However, we did have issues in using the taglibs in other JSP's. These JSP's had worked on Weblogic 8.1 sp2. Looks like WAS 6.20 does not work well with them. We had to remove the taglibs and write alternate code to deploy on WAS6.20.

Thanks

Bhanu