Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create and upload 2.5 package for all the "processes" #80

Closed
andreasohlund opened this issue Jun 21, 2011 · 15 comments
Closed

Create and upload 2.5 package for all the "processes" #80

andreasohlund opened this issue Jun 21, 2011 · 15 comments

Comments

@andreasohlund
Copy link
Member

  • Include all of our processes
  • They are self contained so no dependency is needed
@ghost ghost assigned Jpattom Jun 21, 2011
@Jpattom
Copy link
Contributor

Jpattom commented Jul 2, 2011

Need Clarity.
I did not understand the "Self Containment" of the processes
for example
processes\distributor
it contains the dlls in package NserviceBus, NServIceBus.Host, and what it has is only NServiceBus.Distributor.dll and may be MsmqWorkerAvailabilityManager.dll and its configuration.
similarly with other processes too.

@Jpattom
Copy link
Contributor

Jpattom commented Jul 6, 2011

Need Clarity.
Please go through above comment

@andreasohlund
Copy link
Member Author

In 2.5 the host is used to run both the timeoutmanager and the distributor. Just like regular endpoints.

Therefor we need to distribute the host in the same dir as those specific dll's. That will change in 3.0 where we include everything in the core (so there will be no "processes" packages for 3.0.

Does this make sense?

@Jpattom
Copy link
Contributor

Jpattom commented Jul 7, 2011

done

@andreasohlund
Copy link
Member Author

Minor issues:
NServiceBus.GateWay -> NServiceBus.Gateway
Descriptions should be:
The NServiceBus Distributor
The NServiceBus Gateway
The NServiceBus Proxy

The NServiceBus TimeoutManager
Cheers,
Andreas
http://andreasohlund.net

http://twitter.com/andreasohlund

Date: Thu, 7 Jul 2011 11:35:15 -0700
From: reply@reply.github.com
To: andreas_ohlund@hotmail.com
Subject: Re: [NServiceBus] Create and upload 2.5 package for all the "processes" (#80)

done

Reply to this email directly or view it on GitHub:
#80 (comment)

@andreasohlund
Copy link
Member Author

Rename NServiceBus.Timeout -> NServiceBus.TimeoutManager
/Andreas

http://andreasohlund.net

http://twitter.com/andreasohlund

Date: Thu, 7 Jul 2011 11:35:15 -0700
From: reply@reply.github.com
To: andreas_ohlund@hotmail.com
Subject: Re: [NServiceBus] Create and upload 2.5 package for all the "processes" (#80)

done

Reply to this email directly or view it on GitHub:
#80 (comment)

@andreasohlund
Copy link
Member Author

The timeout manager fails to install:

PS C:\Users\andreas.ohlund\nsbnuget> nuget install nservicebus.timeout
Attempting to resolve dependency 'SampleDependency (= 1.0)'.
Unable to resolve dependency 'SampleDependency (= 1.0)'.

@andreasohlund
Copy link
Member Author

All the processes seems to fail with the above error

@Jpattom
Copy link
Contributor

Jpattom commented Jul 8, 2011

I have made the necessary changes for the defects and comments. This time not over confident tested thoroughly from my end

@andreasohlund
Copy link
Member Author

Minor change:
NServiceBus.GateWay , should be NServiceBus.Gateway
Description: The NServiceBus gateway
Will test more later!
/Andreas
http://andreasohlund.net

http://twitter.com/andreasohlund

Date: Fri, 8 Jul 2011 09:16:46 -0700
From: reply@reply.github.com
To: andreas_ohlund@hotmail.com
Subject: Re: [NServiceBus] Create and upload 2.5 package for all the "processes" (#80)

I have made the necessary changes for the defects and comments. This time not over confident tested thoroughly from my end

Reply to this email directly or view it on GitHub:
#80 (comment)

@Jpattom
Copy link
Contributor

Jpattom commented Jul 8, 2011

Changed the Gateway package.

@andreasohlund
Copy link
Member Author

Name is ok
I'm having trouble starting the gateway (can you verify that it starts locally)
PS C:\Users\andreas.ohlund\nsbnuget\NServiceBus.GateWay.2.5.0.1469\lib\net40> .\NServiceBus.Host.exe
Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'Topshelf, Version=0.8.0.96, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified. at NServiceBus.Host.Program.Main(String[] args)PS C:\Users\andreas.ohlund\nsbnuget\NServiceBus.GateWay.2.5.0.1469\lib\net40>
Could you by misstake have used the binaries from the core only build?
http://andreasohlund.net

http://twitter.com/andreasohlund

Date: Fri, 8 Jul 2011 11:37:22 -0700
From: reply@reply.github.com
To: andreas_ohlund@hotmail.com
Subject: Re: [NServiceBus] Create and upload 2.5 package for all the "processes" (#80)

Changed the Gateway package.

Reply to this email directly or view it on GitHub:
#80 (comment)

@Jpattom
Copy link
Contributor

Jpattom commented Jul 9, 2011

The problem exist for 4.0 flavor

actually the process folder is taken from Commercial build of NserviceBus
(NServiceBus v2.5 - net4.0) from team city since community build does not
contain it.
Definitely not from core-only since I have down loaded the core-only only
recently for the purpose of ziping it in the same structure

On 9 July 2011 03:21, andreasohlund <
reply@reply.github.com>wrote:

Name is ok
I'm having trouble starting the gateway (can you verify that it starts
locally)
PS
C:\Users\andreas.ohlund\nsbnuget\NServiceBus.GateWay.2.5.0.1469\lib\net40>
.\NServiceBus.Host.exe
Unhandled Exception: System.IO.FileNotFoundException: Could not load file
or assembly 'Topshelf, Version=0.8.0.96, Culture=neutral,
PublicKeyToken=null' or one of its dependencies. The system cannot find the
file specified. at NServiceBus.Host.Program.Main(String[] args)PS
C:\Users\andreas.ohlund\nsbnuget\NServiceBus.GateWay.2.5.0.1469\lib\net40>
Could you by misstake have used the binaries from the core only build?
http://andreasohlund.net

http://twitter.com/andreasohlund

Date: Fri, 8 Jul 2011 11:37:22 -0700
From: reply@reply.github.com
To: andreas_ohlund@hotmail.com
Subject: Re: [NServiceBus] Create and upload 2.5 package for all the
"processes" (#80)

Changed the Gateway package.

Reply to this email directly or view it on GitHub:

#80 (comment)

Reply to this email directly or view it on GitHub:
#80 (comment)

@Jpattom
Copy link
Contributor

Jpattom commented Jul 11, 2011

Andreas You where correct, I was wrong its my mistake to use process from core-only, I corrected the mistake and uploaded the process packages.

@Jpattom
Copy link
Contributor

Jpattom commented Jul 22, 2011

Now with latest build of 2.5 (2.5.0.1476) only TimeoutManager is available. (as discussed with Udi).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants