Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
#Automation
Tamino Version: 3.1.1.4Apache Version: 1.3.22 (the one which ships with tamino install cd)JAVA-JRE: 1.3OS: Windows XP ProfBy trying to create a connection to your tamino-db, I always get the following error:com.softwareag.tamino.db.API.connection.TServerNotAvailableExceptionServer Not Available!NestedException:Invocation constructor failed.NestedException without message!Nested Exception:com.softwareag.tamino.db.API.invocation.TCommunicationExceptionServer not available for http://10.0.0.120/tamino/JAXFront because of wrong responseWhat is wrong??? The server is running…the ping & version call works:http://10.0.0.120/tamino/JAXFront?_diagnose=ping → <?xml version="1.0" encoding="ISO-8859-1" ?>- <ino:response xmlns:ino=“http://namespaces.softwareag.com/tamino/response2” xmlns:xql=“XQL FAQ (XML Query Language - Frequently Asked Questions)”>- ino:request <ino:diagnose ino:request-type=“ping” /> </ino:request>- ino:message <ino:messageline ino:subject=“Server”>is alive</ino:messageline> </ino:message> </ino:response>please let me know…/stephan
OK. I figured it out.I was using VisualAge 3.5 to run my code. Looks like this is not working with JDK 1.2 !?!it works all fine when I am running the examples under JRE 1.3.
I’ve got the same error but solve it after a whole day tracing. If we use TaminoAPI4J.jar, we need to include log4j-core.jar.