Problem with Listen shape
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > BizTalk Server > BizTalk Server General > Problem with Listen shape




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    Problem with Listen shape  
Samuel L


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
11-25-05 12:48 PM

Hi!

I'm having serious trouble using a listen shape...

And everything works fine, until one of the branches in the listen shape is
supposed to execute, ie either when a message arrives or the delay shape is
timeout'ed. Then I receive a very weird error in the eventlog telling me tha
t
the BizTalk Servicer must be shut down!?! (The error msg is referenced below
)


I have an orch (just to test the listen shape) which does the following:

1) First it receives an activating message
2) Then it sends message which inits a correlation set
3) Now it has a listen shape which has got two branches, starting with a
receive shape respectively a delay shape.

That's all...

Why is this? Any ideas or comments? Thanks in advance!


Error msg in eventlog:

An error has occurred that requires the BizTalk service to terminate. The
most common causes are an unexpected out of memory error and an inability to
connect or a loss of connectivity to one of the BizTalk databases.  The
service will shutdown and auto-restart in 1 minute. If the problematic
database remains unavailable, this cycle will repeat.

Error message: Object synchronization method was called from an
unsynchronized block of code.
Error source: Microsoft.XLANGs.Engine

BizTalk host name: BizTalkServerApplication
Windows service name: BTSSvc{BE824201-03A7-4D1B-9EA8-FF99BA65CE50}







[ Post a follow-up to this message ]



    RE: Problem with Listen shape  
Samuel L


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
11-25-05 12:48 PM

Just some additional clarifications:

- The receive shape in on of the listen shape branches follows the
previously initialized correlation set.

- The delay shape has its timeout set to 1 minute (new TimeSpan(0,0,1,0))







[ Post a follow-up to this message ]



    RE: Problem with Listen shape  
Samuel L


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
11-25-05 12:48 PM

I even tried the sample solutions coming with ConvoyDeepDive (Steven W.
Thomas), in which one orchestration uses a listen shape... But it did not
work either, resulting in the same error message!

What is wrong here!

Please, please, please help me someone!! =)


Convoy Deep Dive:
http://msdn.microsoft.com/library/d...6137a5a2914.asp






[ Post a follow-up to this message ]



    RE: Problem with Listen shape  
Samuel L


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
11-28-05 11:02 PM

I even tried with a very simple orchestration using just a listen shape with
two activating receive shapes in each branch. And when a message arrives to
either of the receive shapes, the same error message as before occurs...

Anyone who has got any idea of what I shall do??
I really need this...

Thanks in advance!






[ Post a follow-up to this message ]



    Re: Problem with Listen shape  
Younes Amar


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
11-29-05 01:48 AM

Hi Samuel,
can you attach your sample, than i can look at it,
Thx
Younes
"Samuel L" <SamuelL@discussions.microsoft.com> wrote in message
news:A1E8AFCF-41D6-4188-8631-DA5E60C2EAC8@microsoft.com...
>I even tried with a very simple orchestration using just a listen shape
>with
> two activating receive shapes in each branch. And when a message arrives
> to
> either of the receive shapes, the same error message as before occurs...
>
> Anyone who has got any idea of what I shall do??
> I really need this...
>
> Thanks in advance!
>







[ Post a follow-up to this message ]



    Re: Problem with Listen shape  
Samuel L


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
11-29-05 07:49 AM

Thanks for your reply Younes!

The thing is that I don't think that it is the samples that are wrong...
I have tried so many different ones... 3 of my own plus the Convoy Deep Dive
that Steven W Thomas has made.

It really doesn't matter which implementation I try, I still get the same
error message (see previous postings).

By the way I don't know how to attach files to these postings. If I did, I
could post my samples. But if you would like to see something, you can check
out the Convoy Deep Dive and the sample code provided: (I'm having a trouble
with scenario nr 2)
http://msdn.microsoft.com/library/d...6137a5a2914.asp

Thanks for your help and comments!


"Younes Amar" wrote:

> Hi Samuel,
> can you attach your sample, than i can look at it,
> Thx
> Younes






[ Post a follow-up to this message ]



    Re: Problem with Listen shape  
Scott Colestock


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
11-29-05 10:55 PM

I see that someone was having a similar problem here (see the comments):
http://geekswithblogs.net/asmith/ar...08/16/9782.aspx

This article describes one instance where this can happen:
http://msdn.microsoft.com/library/d...>
nMonitor.asp

Two possible explanations....

1) is there perhaps some scenario (perhaps involving synchronized scopes?)
where the use of value types in an orchestration (including timespans) can
cause this to happen?  Not sure...

2) is there perhaps a .net service pack or .net hotfix that is at work here?
Can you reproduce this problem on a different machine ?

Scott Colestock
www.traceofthought.net



"Samuel L" <SamuelL@discussions.microsoft.com> wrote in message
news:EDCB472A-2D12-484C-83DA-D3AD7E74ABE9@microsoft.com...
> Thanks for your reply Younes!
>
> The thing is that I don't think that it is the samples that are wrong...
> I have tried so many different ones... 3 of my own plus the Convoy Deep
> Dive
> that Steven W Thomas has made.
>
> It really doesn't matter which implementation I try, I still get the same
> error message (see previous postings).
>
> By the way I don't know how to attach files to these postings. If I did, I
> could post my samples. But if you would like to see something, you can
> check
> out the Convoy Deep Dive and the sample code provided: (I'm having a
> trouble
> with scenario nr 2)
> http://msdn.microsoft.com/library/d...6137a5a2914.asp
>
> Thanks for your help and comments!
>
>
> "Younes Amar" wrote:
> 
>







[ Post a follow-up to this message ]



    Re: Problem with Listen shape  
Younes Amar


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
11-29-05 10:55 PM

Hi Samuel,
just a question do you a VS 2005 installed in your machine?
Younes.
"Samuel L" <SamuelL@discussions.microsoft.com> wrote in message
news:EDCB472A-2D12-484C-83DA-D3AD7E74ABE9@microsoft.com...
> Thanks for your reply Younes!
>
> The thing is that I don't think that it is the samples that are wrong...
> I have tried so many different ones... 3 of my own plus the Convoy Deep
> Dive
> that Steven W Thomas has made.
>
> It really doesn't matter which implementation I try, I still get the same
> error message (see previous postings).
>
> By the way I don't know how to attach files to these postings. If I did, I
> could post my samples. But if you would like to see something, you can
> check
> out the Convoy Deep Dive and the sample code provided: (I'm having a
> trouble
> with scenario nr 2)
> http://msdn.microsoft.com/library/d...6137a5a2914.asp
>
> Thanks for your help and comments!
>
>
> "Younes Amar" wrote:
> 
>







[ Post a follow-up to this message ]



    Re: Problem with Listen shape  
Samuel L


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
11-29-05 10:55 PM


Thanks, Younes!

I don't have VS2005... I use VS 2003.


"Younes Amar" wrote:

> Hi Samuel,
> just a question do you a VS 2005 installed in your machine?
> Younes.
> "Samuel L" <SamuelL@discussions.microsoft.com> wrote in message
> news:EDCB472A-2D12-484C-83DA-D3AD7E74ABE9@microsoft.com... 
>
>
>





[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 05:21 PM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register