Anybody knows what is the following error mean:
==================================================
Error: 500
Location: /JSP/servlet/Servlets.LoginServlet
Internal Servlet Error:
java.lang.NoClassDefFoundError: com/softwareag/tamino/API/dom/TaminoError
at java.lang.Class.getDeclaredConstructors0(Native Method)
at java.lang.Class.privateGetDeclaredConstructors(Class.java:1576)
at java.lang.Class.getConstructor0(Class.java:1748)
at java.lang.Class.newInstance0(Class.java:266)
at java.lang.Class.newInstance(Class.java:249)
at org.apache.tomcat.facade.ServletHandler.getServlet(Unknown Source)
at org.apache.tomcat.facade.ServletHandler.preInit(Unknown Source)
at org.apache.tomcat.facade.ServletHandler.init(Unknown Source)
at org.apache.tomcat.facade.ServletHandler.service(Unknown Source)
at org.apache.tomcat.core.ContextManager.internalService(Unknown Source)
at org.apache.tomcat.core.ContextManager.service(Unknown Source)
at org.apache.tomcat.modules.server.Ajp13Interceptor.processConnection(Unknown Source)
at org.apache.tomcat.util.net.TcpWorkerThread.runIt(Unknown Source)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(Unknown Source)
at java.lang.Thread.run(Thread.java:536)
==================================================
This error occurred when I try to retrieve values from tamino to validate with the user’s input. I am developing with JSP and servlets and this happens when running the servlets. I tried the normal way of servlet which uses normal database like Microsoft Access and it works. Only when trying to get values from Tamino, this error occurred. Can anybody help me how to solve this error?? Is it due to the setting of the classpaths?? But the examples such as DemoQuery.java and DemoInsert.java works perfectly fine… i have set the classpaths as specified in the Tamino documentation for Java API. PLease help… 
#API-Management#webMethods#webMethods-Tamino-XML-Server-APIs