cancel
Showing results for 
Search instead for 
Did you mean: 

Error while displaying a page

Former Member
0 Kudos

Hi techies..

I installed JDK and Tomcat in my Redhat linux and downloaded the Sap Java connector and installed it witout any problem. But the problem now is in one of the pages i'm establishing the connection for R/3 and while displating that page i get the error

javax.servlet.ServletException: Cannot allocate servlet instance for path /examples/servlet/response

and the root cause is java.lang.NoClassDefFoundError: com/sap/mw/jco/JCO$Record

can any one pls guide me how to procede.

Regards

Sriram

View Entire Topic
Former Member
0 Kudos

Hi Sriram,

have you registered the JCo library in the Tomcat's classpath? That could be the reason for not finding the class mentioned in the error message you get.

Have a look at this thread where similar case is discussed:

Hope that helps!