[T24]: Error Browser Connection

2,325 views
Skip to first unread message

kkeyan

unread,
Mar 29, 2008, 1:57:59 AM3/29/08
to jBASE
Hello All,

I am trying to login through Browser, at that time, following error is
reported by system

HTTP Status 500 -

--------------------------------------------------------------------------------

type Exception report

message

description The server encountered an internal error () that prevented
it from fulfilling this request.

exception

java.lang.Exception: Error creating T24 connection. Please contact
your System Administrator. - Channel(s): R07 definition not found in
channels.xml files.

com.temenos.browser.servlets.BrowserServlet.displayBrowserException(BrowserServlet.java:
310)
com.temenos.browser.servlets.BrowserServlet.doGet(BrowserServlet.java:
135)
javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)


note The full stack trace of the root cause is available in the Apache
Tomcat/5.5.23 logs.
-----
I referred to logs to find where the mistake lies, it said channels
was not right: snapshot below
2008-03-29 10:17:17,877 [http-8080-Processor25] ERROR browser -
Browser Servlet: Please check the T24 Browser and Connector setting
s
2008-03-29 10:21:09,647 [http-8080-Processor22] ERROR browser -
Browser Servlet: Error creating T24 connection. Please contact you
r System Administrator. - Channel(s): R07 definition not found in
channels.xml files.
com.temenos.tocf.tbrowser.TBrowserException: Error creating T24
connection. Please contact your System Administrator.
at
com.temenos.tocf.tbrowser.TBrowserRequestSender.verifyChannels(TBrowserRequestSender.java:
82)
at
com.temenos.tocf.tbrowser.TBrowserRequestSender.<init>(TBrowserRequestSender.java:
53)
at
com.temenos.t24browser.comms.BrowserConnectorBean.setTBrowser(BrowserConnectorBean.java:
132)
at
com.temenos.t24browser.comms.BrowserConnectorBean.setupServer(BrowserConnectorBean.java:
51)
at
com.temenos.t24browser.beans.TemenosBean.initialiseServerConnection(TemenosBean.java:
1284)
at
com.temenos.t24browser.beans.TemenosBean.<init>(TemenosBean.java:242)
at
com.temenos.t24browser.beans.BrowserBean.<init>(BrowserBean.java:89)
at
com.temenos.browser.servlets.BrowserServlet.doGet(BrowserServlet.java:
115)
========

But channels settings is perfect as below
CHANNELS>
<CHANNEL>
<NAME>Browser.1</NAME>
<TIMEOUT>600</TIMEOUT>
<ADAPTER>
<TYPE>tcp</TYPE>
<PORT>7001</PORT>
<SUPPLIER>
<INITIATOR>
<HOSTNAME>192.168.0.10</
HOSTNAME>
</INITIATOR>
</SUPPLIER>
<CONSUMER>
<MAX_SESSION>5</MAX_SESSION>
<ACCEPTOR>
<BACKLOG>30</BACKLOG>
</ACCEPTOR>

The same is reported by tcserver.xml as the adapter for Browser

Default Listeners for Temenos Browser
=================================================-->

<LISTENER Name="Browser.1" type="tcp" active="true">
<ADAPTERID>T24</ADAPTERID>
<PORT> 7001 </PORT>
</LISTENER>

Can anyone help me correct the error, pls

Regards,
Karthikeyan



--------------------------------------------------------------------------------

ADENIYI KAREEM

unread,
Apr 1, 2008, 12:38:52 PM4/1/08
to jB...@googlegroups.com
Hi,
 
Specify the java version ; TCserver version
 
regards,

--
'Niyi Kareem
IT Consultant
P.O.Box 1006
Satellite Town,
Lagos,Nigeria
+2348023382844

Mohsin Azmi

unread,
Apr 1, 2008, 12:43:07 PM4/1/08
to jB...@googlegroups.com
Hi,
 
Please reinstall the tcserver again and deploy your .war again in webserver whether it is tomcat or websphere.
Some times there might be sone problem in TCServer
 
And also set your path of your variables of computer and also include java path in it
 
Regards

Mujtaba Khan

unread,
Apr 2, 2008, 10:35:21 AM4/2/08
to jB...@googlegroups.com
hi,

    I also agree to reinstall the tcserver and execute the environment.var but before that include
<ENVIRONMENT>environment.vars</ENVIRONMENT>    // TAG IN YOUR TCSERVER AND FROM

LOGIN FROM THE Env user then at
jsh> set > /temenos/EN-Name/tcserver/conf/TCServer/environment.var

one more thing is give owner ship of the ENV user to the TCserevr folder as well .

set the java path in the TCServer.sh

Hope this will resolve your issue if not then pls do send your tcserver.xml,channel.xml, BrowserParameter.xm, BrowserConnection.xml and also mention that which web server you are runnig. (WEb Sphare / Tomcat .....)

Cheers

Regards

Mujtaba Khan

kkeyan

unread,
Apr 2, 2008, 1:07:40 PM4/2/08
to jBASE
I know that env variable should be set - I think in .vi profile
Can anyone let me know what i should set there...should i give the
path of the environment.vars?
Pls let me know

Regards,
Karthikeyan
> > On 4/1/08, ADENIYI KAREEM <kareem...@gmail.com> wrote:
>
> > > Hi,
>
> > > Specify the java version ; TCserver version
>
> > > regards,
>
> > >  On Sat, Mar 29, 2008 at 6:57 AM, kkeyan <karthikeya...@gmail.com>
> > > wrote:
>
> > > > Hello All,
>
> > > > I am trying to login through Browser, at that time, following error is
> > > > reported by system
>
> > > > HTTP Status 500 -
>
> > > > ---------------------------------------------------------------------------­-----
>
> > > > type Exception report
>
> > > > message
>
> > > > description The server encountered an internal error () that prevented
> > > > it from fulfilling this request.
>
> > > > exception
>
> > > > java.lang.Exception: Error creating T24 connection.  Please contact
> > > > your System Administrator. -  Channel(s): R07  definition not found in
> > > > channels.xml files.
>
> > > > com.temenos.browser.servlets.BrowserServlet.displayBrowserException(Browser­Servlet.java:
> > > > 310)
>
> > > >  com.temenos.browser.servlets.BrowserServlet.doGet(BrowserServlet.java:
> > > > 135)
> > > >        javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
> > > >        javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>
> > > > note The full stack trace of the root cause is available in the Apache
> > > > Tomcat/5.5.23 logs.
> > > > -----
> > > > I referred to logs to find where the mistake lies, it said channels
> > > > was not right: snapshot below
> > > > 2008-03-29 10:17:17,877 [http-8080-Processor25] ERROR browser  -
> > > > Browser Servlet: Please check the T24 Browser and Connector setting
> > > > s
> > > > 2008-03-29 10:21:09,647 [http-8080-Processor22] ERROR browser  -
> > > > Browser Servlet: Error creating T24 connection.  Please contact you
> > > > r System Administrator. -  Channel(s): R07  definition not found in
> > > > channels.xml files.
> > > > com.temenos.tocf.tbrowser.TBrowserException: Error creating T24
> > > > connection.  Please contact your System Administrator.
> > > >        at
>
> > > > com.temenos.tocf.tbrowser.TBrowserRequestSender.verifyChannels(TBrowserRequ­estSender.java:
> > > > 82)
> > > >        at
>
> > > > com.temenos.tocf.tbrowser.TBrowserRequestSender.<init>(TBrowserRequestSende­r.java:
> > > > 53)
> > > >        at
>
> > > > com.temenos.t24browser.comms.BrowserConnectorBean.setTBrowser(BrowserConnec­torBean.java:
> > > > 132)
> > > >        at
>
> > > > com.temenos.t24browser.comms.BrowserConnectorBean.setupServer(BrowserConnec­torBean.java:
> > > > 51)
> > > >        at
>
> > > > com.temenos.t24browser.beans.TemenosBean.initialiseServerConnection(Temenos­Bean.java:
> > > > ---------------------------------------------------------------------------­-----
>
> > > --
> > > 'Niyi Kareem
> > > IT Consultant
> > > P.O.Box 1006
> > > Satellite Town,
> > > Lagos,Nigeria
> > > +2348023382844 > >- Hide quoted text -
>
> - Show quoted text -

Mujtaba Khan

unread,
Apr 2, 2008, 1:15:47 PM4/2/08
to jB...@googlegroups.com
HI,
 
<ADAPTER id="XYZ"> 
<!--       
            <REQUEST_FORMATTER>Thai2UTF, OFSML, UTF2Thai</REQUEST_FORMATTER>   
            <RESPONSE_FORMATTER>Thai2UTF, OFSML, UTF2Thai</RESPONSE_FORMATTER>
-->
            <MAX_SESSION> 5 </MAX_SESSION>
            <MIN_SESSION> 1 </MIN_SESSION>
            <TIMEOUT>180</TIMEOUT>
            <LOGIN_CONTEXT></LOGIN_CONTEXT>
            <STARTIN>/...../bnk/bnk.run</STARTIN>
            <JBASEPATH>/jbase</JBASEPATH>
            <PROGRAM>tSS</PROGRAM>
            <PARAMETER>BROWSERTC</PARAMETER>
            <ENVIRONMENT>environment.vars</ENVIRONMENT>
         </ADAPTER>
 
REGARDS
 
MUJTABA KHAN

Mohsin Azmi

unread,
Apr 3, 2008, 1:07:14 PM4/3/08
to jB...@googlegroups.com
Hi Karthikeyan,
 
Can you please confirm me your OS plateform and whether its a blank tape from temenos or any model bank you are using.
In case of any problem im online on gtalk rite so i can try to sort your problem at my best knowledge
 
Regards
Muhammad Mohsin
 

debesh

unread,
Apr 25, 2008, 1:35:34 PM4/25/08
to jBASE
Hi Can someone tell me whats wrong with this message

<?xml version = '1.0' encoding = 'UTF-8' ?>
<Globus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://www.temenos.com/GLOBUS/OFSML/120"
xsi:schemaLocation="http://www.temenos.com/GLOBUS/OFSML/120 ../xsd/
ofsml112.xsd">
<responseProcessing>
<translatorContext>HTML-RENDER</translatorContext>
<responseTranslator>../../xslt/imr_ENQ_html.xsl</
responseTranslator>
</responseProcessing>
<serviceRequest>
<securityContext>
<userName>DCD.20</userName>
<password>123456</password>
<companyCode/>
</securityContext>
<ofsStandardEnquiry name="%CURRENCY">
<selectionCriteria operand="EQ">
<fieldName>@ID</fieldName>
<value>GBP</value>


I get an error saying
JJJ.RESP
001 Error : Unexpected exception while parsing respopnse : Major OFSML
Error:
null

Any ideas anyone

Thanks

Jim Idle

unread,
Apr 25, 2008, 3:48:42 PM4/25/08
to jB...@googlegroups.com
Yes - the SUBJECT does not start with the letters [T24]!!!!!


Can someone explain to me why everyone is ignoring this? Is it not clear?

Jim

Emery A Grantier

unread,
Apr 25, 2008, 4:33:19 PM4/25/08
to jB...@googlegroups.com
I have been trying to figure out if this is too hard for people, or if
they don't care. Either way it is sad!

Mark Hogden

unread,
Apr 25, 2008, 5:28:54 PM4/25/08
to jB...@googlegroups.com
The group as we knew it has ceased to exist. It's become as annoying as spam.
I don't wish to be unkind or unwelcoming but this inconsiderate behaviour needs to stop.

My .000001 worth.

Mark Hogden

Daniel Klein

unread,
Apr 25, 2008, 6:20:06 PM4/25/08
to jB...@googlegroups.com
This must be some new definition of the word 'IMPORTANT'.

Dan

Kevin Bilbee

unread,
Apr 25, 2008, 7:14:09 PM4/25/08
to jB...@googlegroups.com
Is there a group for T24 users. If so when they ask a T24 specific question they should be politely pointed to that group. After a while they will get that this is a general group for jBase questions.

By the way I am kind of glad the Jim is finally annoyed by this. Last year I was blasted for suggesting they go to their own group and leave this group for jBase questions. ;)


Ohh how things change.

Jim are you getting soft.


Kevin

mike ryder

unread,
Apr 25, 2008, 7:24:04 PM4/25/08
to jBASE
I am confused why T24 enquiries do bot address themselves to the
globus google group or the T34 group, Also, wgy do these people
change the topic to a T24 topic whne the topic is not that. Can I
suggest to the moderator that such posts be EXCLUDED?

On Apr 25, 9:33 pm, "Emery A Grantier"

Jim Idle

unread,
Apr 25, 2008, 7:26:29 PM4/25/08
to jB...@googlegroups.com
No - still don't want a separate group - it doesn't make any sense - most questions are about jBASE. All we need is for people to use [T24] when their question is about the application. So, as of now, everyone gets one mistake, then a second time I will just remove them for being stupid.

CLIF

unread,
Apr 25, 2008, 7:31:08 PM4/25/08
to jBASE
I also think that in general everyone's expectations of an answer is
directly proportionate to the amount of money they pay. In this case
its free so your expectations should reflect that.

Steve Bush

unread,
Apr 26, 2008, 5:34:09 AM4/26/08
to jB...@googlegroups.com
My perception was that t24 issues are more than 50% and growing and I am
thinking that since my interest in the group is marginal I might drop it.
Not much loss to the group since I am not very active but keeping me in the
folder could be useful in the long run.

If there was a separate T24 list then there would still be wrong postings
into this group and redirects but the noise would be much less and people
could sign up to both if they think jbase issues are discussed sufficiently
on the t24 group.

Cheers,
Steve

Richard W

unread,
Apr 26, 2008, 4:55:52 PM4/26/08
to jBASE
and then we are going to create a third group. This is one is for
jBase worldwide
and a new one for T24 jBase.
> > > > > > Hi Can someone tell me whats wrong with this message- Hide quoted text -

mike ryder

unread,
Apr 26, 2008, 7:54:50 PM4/26/08
to jBASE
But since there is already a T24-Globus group, why do not these peeps
join that group and stop polluting the jBase site?

debesh

unread,
Apr 26, 2008, 8:46:49 PM4/26/08
to jBASE
Jim ,

I am just frustrated as you are. I did not really know that this group
was exclusively for jbase. If that was so , why dont you put it up in
the introduction pages. This will help ignorant people like me to go
somewhere else with our T24 question rather than hankering around here
expecting a good answer from a kind hearted soul .I have seen so many
questions here on T24 and its sad that you target me at a time , when
I desperately need some answer.

Kanesolve Gmail

unread,
Apr 27, 2008, 8:27:58 AM4/27/08
to jB...@googlegroups.com
No one said this group was exclusive for T24. (infact Jim was actually
defending that this group should not have any such thing as he wanted to
help the jbase questions of T24).

When more and more mails with exclusive T24 questions came up into this
group, all we needed was some discipline and responsibility from those
posting it by mentioning T24 in the subject. This would have definitely
helped people who are not interested just to ignore without even reading the
mail. (A classic example is the latest question with the subject "Exchange
rate in MDC transaction" which would not make any sense even to a T24
person).

Discipline is something hard to practice. But it is not difficult if we
attempt.

Kannan

-----Original Message-----
From: jB...@googlegroups.com [mailto:jB...@googlegroups.com] On Behalf Of
debesh

Sent: Sunday, April 27, 2008 6:17 AM
To: jBASE
Subject: Re: OFSML Enquiry

Jim Idle

unread,
Apr 27, 2008, 1:44:02 PM4/27/08
to jB...@googlegroups.com
The forum ISN'T exclusively for jBASE - the point is that on the registration and at the bottom of EVERY post, it says:

> +==============================================================+
> | IMPORTANT: Type [T24] at the start of the subject line for |
> | questions specific to Globus/T24 |
> +==============================================================+

As in, if you wish to post a question that is about T24 specifically, rather than something to do with jBASE, then PLEASE start your subject line with:

[T24]


As in:

[T24] - Please solve my problems for me as I can't be bothered to do anything myself.


Not only did you not do that, but your impertinent reply telling me that this is somehow my fault and that I am unhelpful or unsympathetic shows that you STILL haven't read or understood that bit. If you had, you wouldn't say that you didn't realize it was just for jBASE. I have been saying all along that it isn't, even though quite a few non T24 users would like it to be so! I have been advocating unity ever since T24 users started to join; many of the questions are about jBASE in some way or another, wherever they originate.

As to accusing me of not being helpful, perhaps you should read the posting stats and a few past posts, starting with this one:

http://groups.google.com/group/jBASE/browse_thread/thread/de98e547d60467fc

It is only because I don't want to separate the groups that I have tried to institute this idea of allowing people who are not interested in T24, to filter out posts. It doesn't seem that difficult a thing to pick up on as EVERY posts tells you to do this, AND it says to do this when you join the group.

When you use a forum like this you should remember the following:

1) It is operated for free and the answers that people give when they have time are free;
2) Therefore it is no substitute for your paid for support channel and you should start there first if you are desperate;
3) You have a responsibility to read a few posts and so on to get the feel for the group;
4) You have a responsibility to ask questions that supply as much information as possible;
5) You should probably not complain to the guy that started the group that you don't like him objecting to you not reading two lines of text at the bottom of every post, including your own;

I am sure someone can help you if you:

1) Supply some actual information as to why you are getting the message'
2) Supply some information about versions of software installed;
3) Use some bloody initiative;

Sorry for the rant, but perhaps this will finally draw attention to the matter. As I say in my post above, it isn't crime of the century. However it does show that one probably joined the group just to get help for oneself and not really try and help anyone else, as otherwise one would read a few other posts besides one's own.

Jim


> -----Original Message-----
> From: jB...@googlegroups.com [mailto:jB...@googlegroups.com] On Behalf
> Of debesh

> Sent: Saturday, April 26, 2008 5:47 PM
> To: jBASE
> Subject: Re: OFSML Enquiry
>
>

ADENIYI KAREEM

unread,
Apr 28, 2008, 8:35:47 AM4/28/08
to jB...@googlegroups.com
I believe we all need patience...

Some people don't bother to read instruction at ALL...



Jim


> -----Original Message-----
> From: jB...@googlegroups.com [mailto:jB...@googlegroups.com] On Behalf
> Of debesh
> Sent: Saturday, April 26, 2008 5:47 PM
> To: jBASE
> Subject: Re: OFSML Enquiry
>
>

Jim Myers

unread,
Apr 28, 2008, 8:53:09 AM4/28/08
to jB...@googlegroups.com
lol
--
-Best Regards


==================
Jim Jerry Myers
Global Solutions Limited.
42, Giffard Road,
Cantoments.

P. O. Box CT-2946
Accra,
Ghana.
==================
Reply all
Reply to author
Forward
0 new messages