ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Bar file too big to deploy

Post new topic  Reply to topic Goto page 1, 2  Next
 Bar file too big to deploy « View previous topic :: View next topic » 
Author Message
Saugui
PostPosted: Tue Jul 12, 2005 11:25 pm    Post subject: Bar file too big to deploy Reply with quote

Novice

Joined: 03 Feb 2005
Posts: 23

Hi,

I have a Broker Archive (BAR) file created in WBIMB/CSD3.0 and it's size is 300KB.
Then I used the same message flows and created another BAR file using WBIMB/CSD5.0a. This produced a file of 800KB.

Anyone out there know why?
Back to top
View user's profile Send private message
kimbert
PostPosted: Wed Jul 13, 2005 12:50 am    Post subject: Reply with quote

Jedi Council

Joined: 29 Jul 2003
Posts: 5542
Location: Southampton

Sometimes a dictionary from a later release will be a little larger than earlier dictionaries. However, you are describing a huge jump in size. Is it possible that you ticked the 'Include source files' box this time?
Back to top
View user's profile Send private message
Saugui
PostPosted: Thu Jul 14, 2005 9:26 pm    Post subject: Reply with quote

Novice

Joined: 03 Feb 2005
Posts: 23

I found out what it was...

We have a common flow which we recently added some Web service nodes into the flow.

It seems like these web services flow, is very memory hungry.

You should try it. I think you would definitely need a more "beefer" environment for the broker if you want ot deploy message flows with HTTP nodes for Web Services.

THANK YOU!
Back to top
View user's profile Send private message
kirani
PostPosted: Thu Jul 14, 2005 10:00 pm    Post subject: Reply with quote

Jedi Knight

Joined: 05 Sep 2001
Posts: 3779
Location: Torrance, CA, USA

I'm glad I ordered those new servers

kimbert, Any idea how one would use "Include source files" option? I mean how does it help in Change Management procedure? What's the "Best Practice" for using this option?
_________________
Kiran


IBM Cert. Solution Designer & System Administrator - WBIMB V5
IBM Cert. Solutions Expert - WMQI
IBM Cert. Specialist - WMQI, MQSeries
IBM Cert. Developer - MQSeries

Back to top
View user's profile Send private message Visit poster's website
kspranava
PostPosted: Thu Jul 14, 2005 10:15 pm    Post subject: just a guess... Reply with quote

Centurion

Joined: 27 Apr 2003
Posts: 124

"Include source file" is included probably to retrieve msgflows and msgsets from a BAR file. Am i correct?If so, can anyone tell me how????
Back to top
View user's profile Send private message
EddieA
PostPosted: Thu Jul 14, 2005 10:29 pm    Post subject: Reply with quote

Jedi

Joined: 28 Jun 2001
Posts: 2453
Location: Los Angeles

Quote:
If so, can anyone tell me how

Open the bar file with your favourite ZIP program.

Cheers,
_________________
Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0
Back to top
View user's profile Send private message
kimbert
PostPosted: Fri Jul 15, 2005 1:40 am    Post subject: Reply with quote

Jedi Council

Joined: 29 Jul 2003
Posts: 5542
Location: Southampton

Hi Kirani,
The 'Include source files' option is definitely not a replacement for proper configuration management. I think its just a convenience feature for unofficial sharing of project source files.
Back to top
View user's profile Send private message
jefflowrey
PostPosted: Fri Jul 15, 2005 3:59 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

Does it have anything to do with debugging?

That is, if you deploy a bar file that includes source, can I debug it from a Toolkit that does not have the source in a project?
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
Bill.Matthews
PostPosted: Fri Jul 15, 2005 4:24 am    Post subject: Reply with quote

Master

Joined: 23 Sep 2003
Posts: 232
Location: IBM (Retired)

jefflowrey wrote:
Does it have anything to do with debugging?

That is, if you deploy a bar file that includes source, can I debug it from a Toolkit that does not have the source in a project?


It has ntothing to do with debugging.

Check your readme's - there is information about handling large BAR files.
_________________
Bill Matthews
Back to top
View user's profile Send private message
jefflowrey
PostPosted: Fri Jul 15, 2005 4:42 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

Bill.Matthews wrote:
It has ntothing to do with debugging.

Check your readme's - there is information about handling large BAR files.


I didn't mean the problem with deploying a large bar file.

I meant the "Include source" checkbox. I was wondering if the reason to include source was so that you could debug on a Toolkit that did not have the source already in the workspace.
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
PeterPotkay
PostPosted: Fri Jul 15, 2005 8:28 am    Post subject: Reply with quote

Poobah

Joined: 15 May 2001
Posts: 7722

I guess its there so if you deploy a bar file and the flow blows up, theortically you can open up that bar file and look at the source code that produuced this flow.

Otherwise you have to go hunting for the source code somewhere else, and not be 100% sure you found the right source code.
_________________
Peter Potkay
Keep Calm and MQ On
Back to top
View user's profile Send private message
ydsk
PostPosted: Mon Jul 18, 2005 8:11 am    Post subject: Reply with quote

Chevalier

Joined: 23 May 2005
Posts: 410

I don't think so. It doesn't make/show any difference when I check the check-box for "Show source files". The size and content of the bar file remain the same before/after checking the check-box.

Can anyone explain a bit what this feature is all about. I mean, if anyone knows it for sure without guessing.

Thanks.
Back to top
View user's profile Send private message
JT
PostPosted: Mon Jul 18, 2005 8:37 am    Post subject: Reply with quote

Padawan

Joined: 27 Mar 2003
Posts: 1564
Location: Hartford, CT.

Quote:
It doesn't make/show any difference when I check the check-box for "Show source files". The size and content of the bar file remain the same before/after checking the check-box.

It 's the 'Include message flow/set source ' check box that will increase the size of the bar file, not the 'Show source files'.
Back to top
View user's profile Send private message
ydsk
PostPosted: Mon Jul 18, 2005 8:48 am    Post subject: Reply with quote

Chevalier

Joined: 23 May 2005
Posts: 410

Hi JT,

Where do you find that option to check "Include source files" ? Pls let me know.

Thanks.
Diwakar.
Back to top
View user's profile Send private message
JT
PostPosted: Mon Jul 18, 2005 8:55 am    Post subject: Reply with quote

Padawan

Joined: 27 Mar 2003
Posts: 1564
Location: Hartford, CT.

Open the bar file.

Select the 'add' button, to the left of the remove button (X).

On the subsequent 'Add to Broker Archive' window, in the lower left corner of the window is a small checkbox with the text 'Include message flow/set source'.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Goto page 1, 2  Next Page 1 of 2

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Bar file too big to deploy
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.