|
Home > Archive > BizTalk Server General > February 2006 > XLANG/S error executing BTS 2006 Tutorial 3
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 |
XLANG/S error executing BTS 2006 Tutorial 3
|
|
|
| The following error was logged while testing the said tutorial. I verified
the existence of type B2BSchemas.PO_Num in the assembly.
Any suggestion? Thanks.
========================================
====
Event Type: Error
Event Source: XLANG/s
Event Category: None
Event ID: 10001
Date: 2/21/2006
Time: 1:37:46 PM
User: N/A
Computer: SPINDLE-TEC1
Description:
Failed while creating a B2BOrchestrations.B2BProcess service.
Exception type: ServiceCreationException
The following is a stack trace that identifies the location where the
exception occured
at
Microsoft.BizTalk.XLANGs.BTXEngine.BTXSession._createOrRehydrateRealService(Guid& instanceId, IBTMessage currMsg)
at Microsoft.BizTalk.XLANGs.BTXEngine.BTXSession._serviceCreator(Guid&
instanceId, Object objCurrMsg)
at Microsoft.XLANGs.Core.ResourceContainer._allocateResource(Guid& key,
UInt32 hashKey, ResourceCreator resCreator, Object creationContext)
at Microsoft.XLANGs.Core.ResourceContainer.Dispense(Guid& key,
ResourceCreator resCreator, Object creationContext)
at Microsoft.BizTalk.XLANGs.BTXEngine.BTXSession._dispenseService(Guid&
instanceId, IBTMessage currMsg)
at
Microsoft.BizTalk.XLANGs.BTXEngine.BTXSession._tryReceiveOneMessage(Boolean&
loggedError, Guid& instanceId, IBTMessage currMsg)
at Microsoft.BizTalk.XLANGs.BTXEngine.BTXSession._receiveOneMessage(Guid&
instanceId, Guid& serviceId, IBTMessage currentMsg)
at
Microsoft.BizTalk.XLANGs.BTXEngine.BTXSession.ReceiveMessages(IBTMessage[]
messages, Int32 firstIdx, Int32 count)
at
Microsoft.BizTalk.XLANGs.BTXEngine.AppDomains.AppDomainRoot.Microsoft.XLANGs.BizTalk.ProcessInterface.IAppDomainStub.ReceiveMessages(Object objMsg)
at
Microsoft.XLANGs.BizTalk.CrossProcess.AppDomainStubProxy.Microsoft.XLANGs.BizTalk.ProcessInterface.IAppDomainStub.ReceiveMessages(Object msgs)
at
System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr
md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext,
Object[]& outArgs)
at
System.Runtime.Remoting.Messaging.StackBuilderSink. PrivateProcessMessage(RuntimeMethodHandl
e
md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext,
Object[]& outArgs)
at
System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg, Int32 methodPtr, Boolean fExecuteInContext)
at
System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg)
at
System.Runtime.Remoting.Messaging.ServerObjectTerminatorSink.SyncProcessMessage(IMessage reqMsg)
at
System.Runtime.Remoting.Messaging.ServerContextTerminatorSink.SyncProcessMessage(IMessage reqMsg)
at
System.Runtime.Remoting.Channels.CrossContextChannel.SyncProcessMessageCallback(Object[] args)
at
System.Threading.Thread. CompleteCrossContextCallback(InternalCro
ssContextDelegate ftnToCall, Object[] args)
at System.Threading.Thread.InternalCrossContextCallback(Context ctx,
IntPtr ctxID, Int32 appDomainID, InternalCrossContextDelegate ftnToCall,
Object[] args)
at
System.Runtime.Remoting.Channels.CrossContextChannel.SyncProcessMessage(IMessage reqMsg)
at
System.Runtime.Remoting.Channels.ChannelServices.SyncDispatchMessage(IMessage
msg)
at System.Runtime.Remoting.Channels.CrossAppDomainSink.DoDispatch(Byte[]
reqStmBuff, SmuggledMethodCallMessage smuggledMcm,
SmuggledMethodReturnMessage& smuggledMrm)
at
System.Runtime.Remoting.Channels.CrossAppDomainSink.DoTransitionDispatchCallback(Object[] args)
at
System.Threading.Thread. CompleteCrossContextCallback(InternalCro
ssContextDelegate ftnToCall, Object[] args)
Additional error information:
The type initializer for 'B2BOrchestrations.B2BProcess' threw an
exception.
Exception type: TypeInitializationException
Source: mscorlib
Target Site: Void _RunClassConstructor(IntPtr)
The following is a stack trace that identifies the location where the
exception occured
at
System.Runtime.CompilerServices.RuntimeHelpers._RunClassConstructor(IntPtr
type)
at
System.Runtime.CompilerServices.RuntimeHelpers.RunClassConstructor(RuntimeTypeHandle type)
at Microsoft.BizTalk.XLANGs.BTXEngine.BTXServiceStaticState.Resolve()
at Microsoft.BizTalk.XLANGs.BTXEngine.BTXSession._createNewService(Guid&
serviceId, Guid& instanceId, BTXServiceStaticState staticState)
at
Microsoft.BizTalk.XLANGs.BTXEngine.BTXSession._createOrRehydrateRealService(Guid& instanceId, IBTMessage currMsg)
Additional error information:
The type initializer for 'B2BOrchestrations.Correl_PO' threw an
exception.
Exception type: TypeInitializationException
Source: B2BOrchestrations
Target Site: Void .ctor()
The following is a stack trace that identifies the location where the
exception occured
at B2BOrchestrations.Correl_PO..ctor()
at B2BOrchestrations.B2BProcess..cctor()
Additional error information:
Could not load type 'B2BSchemas.PO_Num' from assembly 'B2BSchemas,
Version=1.0.0.0, Culture=neutral, PublicKeyToken=d7b72bf643e25262'.
Exception type: TypeLoadException
Source: B2BOrchestrations
Target Site: Void .cctor()
The following is a stack trace that identifies the location where the
exception occured
at B2BOrchestrations.Correl_PO..cctor()
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
| |
| gustavo echeverry 2006-02-21, 5:51 pm |
| hi KenL
are you sure your schema assembly is well deployed? because the error looks
like not.
Could not load type 'B2BSchemas.PO_Num' from assembly 'B2BSchemas,
Version=1.0.0.0, Culture=neutral, PublicKeyToken=d7b72bf643e25262'
look for the assembly in the GAC
"KenL" <KenL@discussions.microsoft.com> wrote in message
news:56BC400B-9D74-461E-AD33-FB12093ECDAD@microsoft.com...
> The following error was logged while testing the said tutorial. I verified
> the existence of type B2BSchemas.PO_Num in the assembly.
> Any suggestion? Thanks.
>
> ========================================
====
> Event Type: Error
> Event Source: XLANG/s
> Event Category: None
> Event ID: 10001
> Date: 2/21/2006
> Time: 1:37:46 PM
> User: N/A
> Computer: SPINDLE-TEC1
> Description:
> Failed while creating a B2BOrchestrations.B2BProcess service.
>
> Exception type: ServiceCreationException
> The following is a stack trace that identifies the location where the
> exception occured
>
> at
> Microsoft.BizTalk.XLANGs.BTXEngine.BTXSession._createOrRehydrateRealService(Guid&
> instanceId, IBTMessage currMsg)
> at Microsoft.BizTalk.XLANGs.BTXEngine.BTXSession._serviceCreator(Guid&
> instanceId, Object objCurrMsg)
> at Microsoft.XLANGs.Core.ResourceContainer._allocateResource(Guid& key,
> UInt32 hashKey, ResourceCreator resCreator, Object creationContext)
> at Microsoft.XLANGs.Core.ResourceContainer.Dispense(Guid& key,
> ResourceCreator resCreator, Object creationContext)
> at Microsoft.BizTalk.XLANGs.BTXEngine.BTXSession._dispenseService(Guid&
> instanceId, IBTMessage currMsg)
> at
> Microsoft.BizTalk.XLANGs.BTXEngine.BTXSession._tryReceiveOneMessage(Boolean&
> loggedError, Guid& instanceId, IBTMessage currMsg)
> at
> Microsoft.BizTalk.XLANGs.BTXEngine.BTXSession._receiveOneMessage(Guid&
> instanceId, Guid& serviceId, IBTMessage currentMsg)
> at
> Microsoft.BizTalk.XLANGs.BTXEngine.BTXSession.ReceiveMessages(IBTMessage[]
> messages, Int32 firstIdx, Int32 count)
> at
> Microsoft.BizTalk.XLANGs.BTXEngine.AppDomains.AppDomainRoot.Microsoft.XLANGs.BizTalk.ProcessInterface.IAppDomainStub.ReceiveMessages(Object
> objMsg)
> at
> Microsoft.XLANGs.BizTalk.CrossProcess.AppDomainStubProxy.Microsoft.XLANGs.BizTalk.ProcessInterface.IAppDomainStub.ReceiveMessages(Object
> msgs)
> at
> System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr
> md, Object[] args, Object server, Int32 methodPtr, Boolean
> fExecuteInContext,
> Object[]& outArgs)
> at
> System.Runtime.Remoting.Messaging.StackBuilderSink. PrivateProcessMessage(RuntimeMethodHandl
e
> md, Object[] args, Object server, Int32 methodPtr, Boolean
> fExecuteInContext,
> Object[]& outArgs)
> at
> System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage
> msg, Int32 methodPtr, Boolean fExecuteInContext)
> at
> System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage
> msg)
> at
> System.Runtime.Remoting.Messaging.ServerObjectTerminatorSink.SyncProcessMessage(IMessage
> reqMsg)
> at
> System.Runtime.Remoting.Messaging.ServerContextTerminatorSink.SyncProcessMessage(IMessage
> reqMsg)
> at
> System.Runtime.Remoting.Channels.CrossContextChannel.SyncProcessMessageCallback(Object[]
> args)
> at
> System.Threading.Thread. CompleteCrossContextCallback(InternalCro
ssContextDelegate
> ftnToCall, Object[] args)
> at System.Threading.Thread.InternalCrossContextCallback(Context ctx,
> IntPtr ctxID, Int32 appDomainID, InternalCrossContextDelegate ftnToCall,
> Object[] args)
> at
> System.Runtime.Remoting.Channels.CrossContextChannel.SyncProcessMessage(IMessage
> reqMsg)
> at
> System.Runtime.Remoting.Channels.ChannelServices.SyncDispatchMessage(IMessage
> msg)
> at System.Runtime.Remoting.Channels.CrossAppDomainSink.DoDispatch(Byte[]
> reqStmBuff, SmuggledMethodCallMessage smuggledMcm,
> SmuggledMethodReturnMessage& smuggledMrm)
> at
> System.Runtime.Remoting.Channels.CrossAppDomainSink.DoTransitionDispatchCallback(Object[]
> args)
> at
> System.Threading.Thread. CompleteCrossContextCallback(InternalCro
ssContextDelegate
> ftnToCall, Object[] args)
>
> Additional error information:
>
> The type initializer for 'B2BOrchestrations.B2BProcess' threw an
> exception.
>
> Exception type: TypeInitializationException
> Source: mscorlib
> Target Site: Void _RunClassConstructor(IntPtr)
> The following is a stack trace that identifies the location where the
> exception occured
>
> at
> System.Runtime.CompilerServices.RuntimeHelpers._RunClassConstructor(IntPtr
> type)
> at
> System.Runtime.CompilerServices.RuntimeHelpers.RunClassConstructor(RuntimeTypeHandle
> type)
> at Microsoft.BizTalk.XLANGs.BTXEngine.BTXServiceStaticState.Resolve()
> at Microsoft.BizTalk.XLANGs.BTXEngine.BTXSession._createNewService(Guid&
> serviceId, Guid& instanceId, BTXServiceStaticState staticState)
> at
> Microsoft.BizTalk.XLANGs.BTXEngine.BTXSession._createOrRehydrateRealService(Guid&
> instanceId, IBTMessage currMsg)
> Additional error information:
>
> The type initializer for 'B2BOrchestrations.Correl_PO' threw an
> exception.
>
> Exception type: TypeInitializationException
> Source: B2BOrchestrations
> Target Site: Void .ctor()
> The following is a stack trace that identifies the location where the
> exception occured
>
> at B2BOrchestrations.Correl_PO..ctor()
> at B2BOrchestrations.B2BProcess..cctor()
> Additional error information:
>
> Could not load type 'B2BSchemas.PO_Num' from assembly 'B2BSchemas,
> Version=1.0.0.0, Culture=neutral, PublicKeyToken=d7b72bf643e25262'.
>
> Exception type: TypeLoadException
> Source: B2BOrchestrations
> Target Site: Void .cctor()
> The following is a stack trace that identifies the location where the
> exception occured
>
> at B2BOrchestrations.Correl_PO..cctor()
>
>
> For more information, see Help and Support Center at
> http://go.microsoft.com/fwlink/events.asp.
>
| |
|
| Thanks. I redid the followings and got the same error.
Undeploy both B2BOrchestrations and B2BSchemas.
Remove both assembly from GAC.
Verify the assembly content includes the PO_Num ...
Redeploy both.
Test.
Suggestions?
"gustavo echeverry" wrote:
> hi KenL
> are you sure your schema assembly is well deployed? because the error looks
> like not.
>
>
> Could not load type 'B2BSchemas.PO_Num' from assembly 'B2BSchemas,
> Version=1.0.0.0, Culture=neutral, PublicKeyToken=d7b72bf643e25262'
>
> look for the assembly in the GAC
>
> "KenL" <KenL@discussions.microsoft.com> wrote in message
> news:56BC400B-9D74-461E-AD33-FB12093ECDAD@microsoft.com...
>
>
>
| |
| Greg Forsythe 2006-02-21, 8:47 pm |
| Did you restart the Biztalk Service?
Greg
"KenL" <KenL@discussions.microsoft.com> wrote in message
news:12277960-D91B-497F-999F-92933D29AEF7@microsoft.com...[vbcol=seagreen]
> Thanks. I redid the followings and got the same error.
>
> Undeploy both B2BOrchestrations and B2BSchemas.
> Remove both assembly from GAC.
> Verify the assembly content includes the PO_Num ...
> Redeploy both.
> Test.
>
> Suggestions?
>
> "gustavo echeverry" wrote:
>
| |
|
| Restarting the host instance resolved the issue.
thanks.
"Greg Forsythe" wrote:
> Did you restart the Biztalk Service?
>
> Greg
>
> "KenL" <KenL@discussions.microsoft.com> wrote in message
> news:12277960-D91B-497F-999F-92933D29AEF7@microsoft.com...
>
>
>
|
|
|
|
|