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.
X-Application Version: 3.1.2Tamino Version : 3.1.1Platform : Win2kWebContainer : Tomcat 3.3aJDK Version : 1.3.1 Hi,I used X-Application for a nice project: I have developed a lot of JSPs from different DTDs and I had customized the JSPs. All rights!Now, I’m trying to create a java application to monitorize X-Application operations by checking the BusinessDocument.State property. But I have a problem: my application doesn’t work and returns me this message:http://10.38.20.187/tamino/sag: connect failed – retry #0http://10.38.20.187/tamino/sag: connect failed – retry #1http://10.38.20.187/tamino/sag: connect failed – retry #2http://10.38.20.187/tamino/sag: connect failed – retry #3http://10.38.20.187/tamino/sag: connect failed – retry #4Tamino Error Text: com.softwareag.xtools.xapplication.store.StoreExceptionError connecting Tamino: server not available.NestedException: Server Not Available!NestedException:Invocation constructor failed.NestedException without message!I have tried to use both hostname and numeric IP address but it doesn’t work. TaminoStore cannot make a connection.Interested host is reachable, of course!! I used X-Application examples (of package com.softwareag.xtools.xapplication.examples.API.property) with same result!! They don’t work!!can someone halp me?!thanksMichelangelo SerpicoSAG Italy
Whenever I got this error message, I mis-spelled the Tamino URL or the database was not started.Is the database started if you look at it withTamino manager?MichaelSoftware AG Germany, Darmstadt
Whenever I got this error message, I had forgotten to start the webserver…An even better test than checking with the SMH is to try a simple query through the Interactive Interface (or directly through a browser), as this will test that all required parts are working.Trevor.
My code is like thistry { TaminoStore store = new TaminoStore(“http://localhost/tamino/mydb”,userID,passWD);}catch(Throwable th) { th.printStackTrace(System.out);}It always says cannot connect to server but it is ok for generator.Any suggestion?
Do you possibly have the same problem that is described on the Contributions Forumcaused by conflicting jar files in Tomcat’s lib directory structure?