Hello, I have my system devided into 2 parts. Both parst comunicate with each other using Rhino Service Bus. There is no problem on Windows 7, but if I start it anywhere else (WinXP, Server 2003, ... ) I get the following exception when I call Rhino.ServiceBus.Hosting.DefaultHost.Start(..):
System.NullReferenceException: Object reference not set to an instance of an object. at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectFromFactoryObject(IFactoryObject factory, String objectName, RootObjectDefinition rod) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectForInstance(Object instance, String name, String canonicalName, RootObjectDefinition rod) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Context.Support.AbstractApplicationContext.GetObject(String name) at Rhino.ServiceBus.Spring.ApplicationContextExtensions.Get(IApplicationContext context, Type type) at Rhino.ServiceBus.Spring.ApplicationContextExtensions.Get[T] (IConfigurableApplicationContext context) at Rhino.ServiceBus.Spring.SpringBootStrapper.GetInstance[T]() at Rhino.ServiceBus.Hosting.DefaultHost.InitailizeBus(String asmName) at Rhino.ServiceBus.Hosting.DefaultHost.Start(String asmName) Here is fragment form Spring log: 2012-01-15 13:52:58,787 DEBUG Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: returning instance for objectname 8d8b413c- cad4-4919-b864-6b4a7640ac43 2012-01-15 13:52:58,802 ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object Rhino.ServiceBus.Msmq.FlatQueueStrategy 2012-01-15 13:52:58,802 ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object Rhino.ServiceBus.Msmq.MsmqTransport 2012-01-15 13:52:58,802 ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object fc3ecdbc-efc3-46de-9332- f44e33aa2a0d Could you please give me some help ? Thank you very much. Best Regards Robert Lufinka -- You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rhino-tools-dev?hl=en.
