×
Discuss on T24 Installation, Setting up the environment, TC Server, jBOSS, Package & Deployment, etc…
TCServer Connection on tcp port
- abbasi
- Topic Author
- Offline
- Premium Member
-
Less
More
- Posts: 90
- Thank you received: 0
13 years 5 months ago #10147
by abbasi
TCServer Connection on tcp port was created by abbasi
Dear All,
I am using Model Bank R6/Windows, I want you help on following issue.
my tcserver.xml listener for raw-tcp is
<LISTENER id="BALT24.1" active="true" type="raw-tcp">
I am successfully connect outside T24 from Visual basic on listnere type is raw-tcp and my inquires/ft working fine. but when I will change my listener type from raw-tcp to tcp listener not reply and getting following error.
after change for tcp is
<LISTENER id="BALT24.1" active="true" type="tcp">
TCServer Error :
tcs :>raw constructor
- Starting adapter 'BALT24' ... [ OK ]
- Starting listener 'BALT24.1' [BALT24.1/tcp/7024 /BALT24/] [ OK ]
tcs :> Exception in thread "Thread-27" java.lang.OutOfMemoryError: Java heap spa
ce
at com.temenos.plugin.tcp.TCPConnection.readField(Unknown Source)
at com.temenos.plugin.tcp.TCPConnection.run(Unknown Source)
Please guide my how i can resolve this issue.
Regards,
Aftab Abbasi
I am using Model Bank R6/Windows, I want you help on following issue.
my tcserver.xml listener for raw-tcp is
<LISTENER id="BALT24.1" active="true" type="raw-tcp">
I am successfully connect outside T24 from Visual basic on listnere type is raw-tcp and my inquires/ft working fine. but when I will change my listener type from raw-tcp to tcp listener not reply and getting following error.
after change for tcp is
<LISTENER id="BALT24.1" active="true" type="tcp">
TCServer Error :
tcs :>raw constructor
- Starting adapter 'BALT24' ... [ OK ]
- Starting listener 'BALT24.1' [BALT24.1/tcp/7024 /BALT24/] [ OK ]
tcs :> Exception in thread "Thread-27" java.lang.OutOfMemoryError: Java heap spa
ce
at com.temenos.plugin.tcp.TCPConnection.readField(Unknown Source)
at com.temenos.plugin.tcp.TCPConnection.run(Unknown Source)
Please guide my how i can resolve this issue.
Regards,
Aftab Abbasi
Please Log in or Create an account to join the conversation.
- laverdutodd
- Offline
- New Member
-
Less
More
- Posts: 5
- Thank you received: 0
13 years 3 months ago #10617
by laverdutodd
Replied by laverdutodd on topic Re: TCServer Connection on tcp port
the adapter of this listener must have a type="echoadapter".
You must verify the type of the adapter
You must verify the type of the adapter
Please Log in or Create an account to join the conversation.
- ubahobo
- Offline
- New Member
-
Less
More
- Posts: 5
- Thank you received: 0
13 years 3 months ago #10725
by ubahobo
Replied by ubahobo on topic Re: TCServer Connection on tcp port
tcp listener is designed for Browser client only. You shouldn't use for any other clients.
Please Log in or Create an account to join the conversation.
- abbasi
- Topic Author
- Offline
- Premium Member
-
Less
More
- Posts: 90
- Thank you received: 0
13 years 3 months ago - 13 years 3 months ago #10759
by abbasi
Replied by abbasi on topic Re: TCServer Connection on tcp port
ubahobo, I have done my task with tcp listener successfully and design number of application in C#,VB.Net and java as well on same using tcp listener, and this is not only for Browser client only.
Last edit: 13 years 3 months ago by abbasi.
Please Log in or Create an account to join the conversation.
- apsaraleng
- Offline
- New Member
-
Less
More
- Posts: 6
- Thank you received: 0
13 years 3 months ago #10763
by apsaraleng
Replied by apsaraleng on topic Re: TCServer Connection on tcp port
can you share code of C# connect thru listener?
Please Log in or Create an account to join the conversation.
- abbasi
- Topic Author
- Offline
- Premium Member
-
Less
More
- Posts: 90
- Thank you received: 0
13 years 3 months ago #10768
by abbasi
Replied by abbasi on topic Re: TCServer Connection on tcp port
apsaraleng, in R6 you can only connect through java and then you will create connectivity with C#.
Regards,
Abbasi
Regards,
Abbasi
Please Log in or Create an account to join the conversation.
Time to create page: 0.041 seconds