Link to home
Start Free TrialLog in
Avatar of Madhu_A
Madhu_AFlag for United States of America

asked on

TcpJavaGateway, can anybody give me information about the IBM CTG package?

Hi, I have been given an application to debug. I am not sure what this class (TcpJavaGateway) does but the error is related to it. I would like to know what purpose to the CTG package to us?

I know it is some kind of transaction gateway to connect to a a database but I am interested in why do we need it? Why not use a jdbc connection or something.

Also if you can tell me more about the error it would be great! Thanks.
[11/7/08 19:34:07:005 PST] 7e607e60 SystemErr     R 19:34:07:005 : LL-Socket[addr=172.21.248.5,port=58100,localport=3065]com.ibm.ctg.client.TcpJavaGateway@7de27de2: .TcpJavaGateway:java.io.EOFException
[11/7/08 19:34:07:005 PST] 7e607e60 SystemErr     R 19:34:07:005 : LL-Socket[addr=172.21.248.5,port=58100,localport=3065]com.ibm.ctg.client.TcpJavaGateway@7de27de2: .TcpJavaGateway:	at java.lang.Throwable.<init>(Throwable.java)
[11/7/08 19:34:07:005 PST] 7e607e60 SystemErr     R 19:34:07:005 : LL-Socket[addr=172.21.248.5,port=58100,localport=3065]com.ibm.ctg.client.TcpJavaGateway@7de27de2: .TcpJavaGateway:	at java.io.DataInputStream.readFully(DataInputStream.java)
[11/7/08 19:34:07:005 PST] 7e607e60 SystemErr     R 19:34:07:005 : LL-Socket[addr=172.21.248.5,port=58100,localport=3065]com.ibm.ctg.client.TcpJavaGateway@7de27de2: .TcpJavaGateway:	at java.io.DataInputStream.readInt(DataInputStream.java:471)
[11/7/08 19:34:07:005 PST] 7e607e60 SystemErr     R 19:34:07:005 : LL-Socket[addr=172.21.248.5,port=58100,localport=3065]com.ibm.ctg.client.TcpJavaGateway@7de27de2: .TcpJavaGateway:	at com.ibm.ctg.client.GatewayRequest.readObject(GatewayRequest.java:986)
[11/7/08 19:34:07:005 PST] 7e607e60 SystemErr     R 19:34:07:005 : LL-Socket[addr=172.21.248.5,port=58100,localport=3065]com.ibm.ctg.client.TcpJavaGateway@7de27de2: .TcpJavaGateway:	at com.ibm.ctg.client.TcpJavaGateway.run(TcpJavaGateway.java:851)
[11/7/08 19:34:07:005 PST] 7e607e60 SystemErr     R 19:34:07:005 : LL-Socket[addr=172.21.248.5,port=58100,localport=3065]com.ibm.ctg.client.TcpJavaGateway@7de27de2: .TcpJavaGateway:	at java.lang.Thread.run(Thread.java:806)
[11/7/08 19:34:18:000 PST] 48f648f6 SystemErr     R 19:34:18:000 : LL-Socket[addr=172.21.248.5,port=58100,localport=3067]com.ibm.ctg.client.TcpJavaGateway@48784878: .TcpJavaGateway:java.io.EOFException
[11/7/08 19:34:18:000 PST] 48f648f6 SystemErr     R 19:34:18:000 : LL-Socket[addr=172.21.248.5,port=58100,localport=3067]com.ibm.ctg.client.TcpJavaGateway@48784878: .TcpJavaGateway:	at java.lang.Throwable.<init>(Throwable.java)
[11/7/08 19:34:18:000 PST] 48f648f6 SystemErr     R 19:34:18:000 : LL-Socket[addr=172.21.248.5,port=58100,localport=3067]com.ibm.ctg.client.TcpJavaGateway@48784878: .TcpJavaGateway:	at java.io.DataInputStream.readFully(DataInputStream.java)
[11/7/08 19:34:18:000 PST] 48f648f6 SystemErr     R 19:34:18:000 : LL-Socket[addr=172.21.248.5,port=58100,localport=3067]com.ibm.ctg.client.TcpJavaGateway@48784878: .TcpJavaGateway:	at java.io.DataInputStream.readInt(DataInputStream.java:471)
[11/7/08 19:34:18:000 PST] 48f648f6 SystemErr     R 19:34:18:000 : LL-Socket[addr=172.21.248.5,port=58100,localport=3067]com.ibm.ctg.client.TcpJavaGateway@48784878: .TcpJavaGateway:	at com.ibm.ctg.client.GatewayRequest.readObject(GatewayRequest.java:986)
[11/7/08 19:34:18:000 PST] 48f648f6 SystemErr     R 19:34:18:000 : LL-Socket[addr=172.21.248.5,port=58100,localport=3067]com.ibm.ctg.client.TcpJavaGateway@48784878: .TcpJavaGateway:	at com.ibm.ctg.client.TcpJavaGateway.run(TcpJavaGateway.java:851)
[11/7/08 19:34:18:017 PST] 48f648f6 SystemErr     R 19:34:18:017 : LL-Socket[addr=172.21.248.5,port=58100,localport=3067]com.ibm.ctg.client.TcpJavaGateway@48784878: .TcpJavaGateway:	at java.lang.Thread.run(Thread.java:806)

Open in new window

SOLUTION
Avatar of momi_sabag
momi_sabag
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Madhu_A

ASKER

No I do not have the source code. The class comes bundled in a jar provided by IBM.
ASKER CERTIFIED SOLUTION
Avatar of giltjr
giltjr
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Madhu_A

ASKER

I did not have to work on this problem but thanks for your answers. I will get back to it when I am asked to work on it again.