Hello,
Thanks for the stacktrace you sent me. However, I could not extract the information I need to get a hint where the problem is located. The reason is that it is the stacktrace of a wrapped exception, but not the stacktrace of the original exception.
I sent a post to the assistance forum, how to get the relevant stacktrace. The idea is to include an error page that returns the requested information (stacktrace) as plain text. Therefore, my question to you: Could you
1) Download the error.jsp from the following link
http://tamino.forums.softwareag.com/viewtopic.php?p=14030
and copy it to the directory
…\xapplication_411\examples\jsp\simple
2) Change the page
…\xapplication_411\examples\jsp\simple\hello\Hello.jsp
by adding the errorPage attribute to the page declaration.
<%@ page language="java" contentType="text/html; charset=UTF-8" errorPage="../error.jsp" %>
3) Start Tomcat and invoke
http://localhost:8080/xapp/simple/hello/Hello.jsp
Perhaps, the stacktace that is returned now gives you a hint for the reason of your problem. If not, please send me the stacktrace that you received.
Many thanks.
Bye,
Christian.
#API-Management#webMethods#Tamino