|
Home > Archive > WebSphere Application Server > May 2005 > WebSphere and duplicated Session
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
WebSphere and duplicated Session
|
|
|
| Hello guys,
My WAS is weird lately. when i make a call to a session, two session answer the call. So everything is duplicated. When i saw my log, there are two entries for the same log message. Look:
26 May 2005 12:58:35,506 ORB.thread.pool : 0 INFO [ValidateEnvelope] - Parsing the remittance envelope.
26 May 2005 12:58:35,506 ORB.thread.pool : 0 INFO [ValidateEnvelope] - Parsing the remittance envelope.
26 May 2005 12:58:35,953 ORB.thread.pool : 0 DEBUG [ParserServiceBean] - Found the company: 86
26 May 2005 12:58:35,953 ORB.thread.pool : 0 DEBUG [ParserServiceBean] - Found the company: 86
Did anyone see anything like that?
Thanks
Breno
| |
| Paul Ilechko 2005-05-26, 6:08 pm |
| bhleitao@cpqd.com.br wrote:
> Hello guys,
> My WAS is weird lately. when i make a call to a session, two session answer the call. So everything is duplicated. When i saw my log, there are two entries for the same log message. Look:
>
> 26 May 2005 12:58:35,506 ORB.thread.pool : 0 INFO [ValidateEnvelope] - Parsing the remittance envelope.
> 26 May 2005 12:58:35,506 ORB.thread.pool : 0 INFO [ValidateEnvelope] - Parsing the remittance envelope.
> 26 May 2005 12:58:35,953 ORB.thread.pool : 0 DEBUG [ParserServiceBean] - Found the company: 86
> 26 May 2005 12:58:35,953 ORB.thread.pool : 0 DEBUG [ParserServiceBean] - Found the company: 86
>
> Did anyone see anything like that?
>
> Thanks
> Breno
What do you mean by "make a call to a session" ?
|
|
|
|
|