unable to use TaminoAPI4J from JSP's

Hi! There,

I was trying to use TaminoAPI4J inside a JSP. But cudnt’ suceed and I am getting the following error message. I tried using both the Tomcat and IIS, and have got the same error in both the servlet environments.

Could anyone have a look at this
Thanks,
Ravi

Tamino access failure (INOXME8554: No message received, )
at com.softwareag.tamino.db.API.accessor.TAccessFailureVerifier.newAcces
sFailureMessage(Unknown Source)
at com.softwareag.tamino.db.API.accessor.TAccessFailureVerifier.verify(U
nknown Source)
at com.softwareag.tamino.db.API.accessor.TAccessFailureVerifier.verifyIn
sertResponse(Unknown Source)
at com.softwareag.tamino.db.API.accessor.TNonXMLObjectAccessorImpl.inser
t(Unknown Source)
at com.unique.core.TaminoNonXML.insert(TaminoNonXML.java:25)

How did you create your NonXMLObject?

Here’s a small example jsp page thats inserts a very simple text NonXMLObject. Maybe you can modify it to suit your needs.

If not, please post your code and the file you are trying to insert.

Thanks,
nonXMLInsert.jsp (1.98 KB)