Hi Trevor and Christian,
I have changed the CLASSPATH and now I used the .jar files from the /lib, before I got two of them from another directory. I continue getting an error, but it is a different one:
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
C:\SoftAG\Tamino4.1.1\Tamino 4.1.1.1\SDK\TaminoAPI4J\Documentation\inoapi\listings\hello>java com.softwareag.tamino.db.API.examples.greeting.XMLGreetin
g
Exception in thread “main” Nested Exception (com.softwareag.tamino.db.API.invocation.TCommunicationException, tag: $Name: JavaTaminoAPI_2_1_0_39 $) stacktrace:
Nested Exception (com.softwareag.tamino.db.API.invocation.TInvocationRetryHandlerException, tag: $Name: JavaTaminoAPI_2_1_0_39 $) stacktrace:
Nested Exception (com.softwareag.tamino.db.API.invocation.TCommunicationException, tag: $Name: JavaTaminoAPI_2_1_0_39 $) stacktrace:
Nested Exception (com.softwareag.tamino.db.API.invocation.http.THTTPInvocationFailureException, tag: $Name: JavaTaminoAPI_2_1_0_39 $) stacktrace:
HTTP invocation failure.
at com.softwareag.tamino.db.API.invocation.http.THTTPInvocation.getInputStream(Unknown Source)
at com.softwareag.tamino.db.API.invocation.http.THTTPInvocation.doGetInvoke(Unknown Source)
at com.softwareag.tamino.db.API.invocation.http.THTTPInvocation.doInvoke(Unknown Source)
at com.softwareag.tamino.db.API.invocation.TAbstractInvocation.doTemplateInvoke(Unknown Source)
at com.softwareag.tamino.db.API.invocation.TAbstractInvocation.invoke(Unknown Source)
at com.softwareag.tamino.db.API.invocation.TAbstractInvocation.checkServerAvailabilityAndVersion(Unknown Source)
at com.softwareag.tamino.db.API.invocation.TInvocationFactory.initialize(Unknown Source)
at com.softwareag.tamino.db.API.invocation.TInvocationFactory.newInvocation(Unknown Source)
at com.softwareag.tamino.db.API.connection.TConnectionFactory.newConnection(Unknown Source)
at com.softwareag.tamino.db.API.examples.greeting.XMLGreeting.main(Unknown Source)
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
I have tried the browser communication with the Tamino database, and I can see that the DB is alive, so the communication via browser is OK.
I forget to mention that when I compiled the java program XMLGreeting I received a few warnings, but I don’t think that this could be the problem. I’m going to copy the warnings just to confirm that this is not the problem:
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
C:\SoftAG\Tamino4.1.1\Tamino 4.1.1.1\SDK\TaminoAPI4J\Documentation\inoapi\listings\hello>javac -deprecation XMLGreeting.java
XMLGreeting.java:56: warning: hasAccessFailureMessage() in com.softwareag.tamino.db.API.accessor.TAccessorException has been deprecated
if ( insertException.hasAccessFailureMessage() )
^
XMLGreeting.java:58: warning: getAccessFailureMessage() in com.softwareag.tamino.db.API.accessor.TAccessorException has been deprecated
insertException.getAccessFailureMessage() );
^
XMLGreeting.java:61: warning: getDeepestException() in com.softwareag.tamino.db.API.common.TException has been deprecated
insertException.getDeepestException().getMessage() );
^
XMLGreeting.java:80: warning: hasAccessFailureMessage() in com.softwareag.tamino.db.API.accessor.TAccessorException has been deprecated
if ( queryException.hasAccessFailureMessage() )
^
XMLGreeting.java:82: warning: getAccessFailureMessage() in com.softwareag.tamino.db.API.accessor.TAccessorException has been deprecated
queryException.getAccessFailureMessage() );
^
XMLGreeting.java:85: warning: getDeepestException() in com.softwareag.tamino.db.API.common.TException has been deprecated
queryException.getDeepestException().getMessage() );
^
6 warnings
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Now I’m going to install Java 1.4.1 and try with that java version.
More information in a near future 
Regards,
No
#API-Management#webMethods#webMethods-Tamino-XML-Server-APIs