How to connect to Tuxedo Server from a java application
668994Jun 3 2009 — edited Jun 3 2009I have an Java application on one Server and tuxedo on onother . Can somebody tell me that what is a proper way to connect to the server . i have trier hard and getting the Folwwing error .
Exception in thread "main" java.lang.UnsatisfiedLinkError: tti_tuxedo_wsc (A file or directory in the path name does not exis
t.)
at java.lang.ClassLoader.loadLibraryWithPath(ClassLoader.java:953)
at java.lang.ClassLoader.loadLibraryWithClassLoader(ClassLoader.java:922)
at java.lang.System.loadLibrary(System.java:451)
at terrapin.tuxedo.TuxLoaderWsc.<clinit>(TuxLoaderWsc.java:8)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:177)
at java.lang.Class.forNameImpl(Native Method)
at java.lang.Class.forName(Class.java:131)
at com.csgsystems.aruba.connection.PoolableATMI.<clinit>(PoolableATMI.java:29)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:177)
at java.lang.Class.forNameImpl(Native Method)
at java.lang.Class.forName(Class.java:131)
at com.csgsystems.aruba.connection.Connection.class$(Connection.java:57)
at com.csgsystems.aruba.connection.Connection.<clinit>(Connection.java:57)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:177)
at com.csgsystems.aruba.connection.ConnectionFactory.createConnection(ConnectionFactory.java:45)
at PrepaidBalanceQuery.getBalance(PrepaidBalanceQuery.java:44)
at ARLowBalCust.insertLowBalCust(ARLowBalCust.java:59)
at ARLowBalCust.main(ARLowBalCust.java:202)