Hi,
i try to connect my Tamino 3.1.1.1. I wrote a DBHandler, which contanis following lines:
TConnectionFactory connectionFactory = TConnectionFactory.getInstance();
try {
// Obtain the connection to the database
connection = connectionFactory.newConnection( url );
} catch (TServerNotAvailableException e) { throw new Exception (e)}
If I create an instance of my DBHandler from another Class, which is started from the DOS-Prompt with a main-method, there is no Problem. But if I create an instance of my DBHandler from a Servlet I get this Exceptionmessage:
com.softwareag.tamino.db.API.connection.TServerNotAvailableException
Server Not Available!
NestedException:Invocation constructor failed.
NestedException without message!
Has anybody any idea about this?
Thanks for your help, MArtin
#API-Management#webMethods#webMethods-Tamino-XML-Server-APIs